mirror of
https://github.com/pre-commit/pre-commit-hooks.git
synced 2026-03-29 18:16:52 +00:00
Typo in no cover comment
This commit is contained in:
parent
64943e8641
commit
d740faeded
1 changed files with 1 additions and 1 deletions
|
|
@ -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
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue