You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This commit hook always fails with an import error.
Check that scripts with shebangs are executable...............................Failed
- hook id: check-shebang-scripts-are-executable
- exit code: 1
Traceback (most recent call last):
File "/home/mtepfer/.cache/pre-commit/reponp0slfro/py_env-python3/bin/check-shebang-scripts-are-executable", line 5, in <module>
from pre_commit_hooks.check_executables_have_shebangs import main_reverse
ImportError: cannot import name 'main_reverse' from 'pre_commit_hooks.check_executables_have_shebangs' (/home/mtepfer/.cache/pre-commit/reponp0slfro/py_env-python3/lib/python3.7/site-packages/pre_commit_hooks/check_executables_have_shebangs.py)
The text was updated successfully, but these errors were encountered:
Person-93
changed the title
ImportError running check-executables-have-shebangs
ImportError running check-shebang-scripts-are-executable
May 16, 2021
This commit hook always fails with an import error.
The text was updated successfully, but these errors were encountered: