Created
July 31, 2020 17:25
-
-
Save alunduil/5a9e03fd1a19b2342f8ae6bc4b2911d4 to your computer and use it in GitHub Desktop.
stdin
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Check for added large files..............................................Passed | |
Check for merge conflicts................................................Passed | |
Check for broken symlinks............................(no files to check)Skipped | |
Check Yaml...............................................................Passed | |
Fix End of Files.........................................................Passed | |
Fix requirements.txt.....................................................Passed | |
Trim Trailing Whitespace.................................................Passed | |
black....................................................................Passed | |
mypy.....................................................................Passed | |
isort....................................................................Passed | |
setup-cfg-fmt............................................................Failed | |
- hook id: setup-cfg-fmt | |
- exit code: 1 | |
Traceback (most recent call last): | |
File "/home/alunduil/.cache/pre-commit/repo3cvqdv90/py_env-python3/bin/setup-cfg-fmt", line 8, in <module> | |
sys.exit(main()) | |
File "/home/alunduil/.cache/pre-commit/repo3cvqdv90/py_env-python3/lib/python3.7/site-packages/setup_cfg_fmt.py", line 459, in main | |
max_py_version=args.max_py_version, | |
File "/home/alunduil/.cache/pre-commit/repo3cvqdv90/py_env-python3/lib/python3.7/site-packages/setup_cfg_fmt.py", line 352, in format_file | |
license_id = identify.license_id(license_filename) | |
File "/home/alunduil/.cache/pre-commit/repo3cvqdv90/py_env-python3/lib/python3.7/site-packages/identify/identify.py", line 200, in license_id | |
import editdistance # `pip install identify[license]` | |
File "/home/alunduil/.cache/pre-commit/repo3cvqdv90/py_env-python3/lib/python3.7/site-packages/editdistance/__init__.py", line 1, in <module> | |
from .bycython import eval | |
ImportError: libstdc++.so.6: cannot open shared object file: No such file or directory | |
flake8...................................................................Passed | |
Format YAML files........................................................Passed | |
pytest...................................................................Passed | |
vulture..................................................................Passed |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment