We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e437b7e commit 4c9457cCopy full SHA for 4c9457c
pre_commit_hooks/check_shebang_scripts_are_executable.py
@@ -36,7 +36,7 @@ def _message(path: str) -> None:
36
f'`chmod +x {shlex.quote(path)}`\n'
37
f' If on Windows, you may also need to: '
38
f'`git add --chmod=+x {shlex.quote(path)}`\n'
39
- f' If it not supposed to be executable, double-check its shebang '
+ f' If it is not supposed to be executable, double-check its shebang '
40
f'is wanted.\n',
41
file=sys.stderr,
42
)
0 commit comments