mirror of
https://github.com/pre-commit/pre-commit-hooks.git
synced 2026-03-13 07:41:19 +08:00
Typo in no cover comment
This commit is contained in:
@@ -18,7 +18,7 @@ def check_symlinks(argv=None):
|
||||
if (
|
||||
os.path.islink(filename) and
|
||||
not os.path.exists(filename)
|
||||
): # pragma no cover (symlink support required)
|
||||
): # pragma: no cover (symlink support required)
|
||||
print('{0}: Broken symlink'.format(filename))
|
||||
retv = 1
|
||||
|
||||
|
||||
Reference in New Issue
Block a user