mirror of
https://github.com/pre-commit/pre-commit-hooks.git
synced 2026-04-06 12:06:53 +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 (
|
if (
|
||||||
os.path.islink(filename) and
|
os.path.islink(filename) and
|
||||||
not os.path.exists(filename)
|
not os.path.exists(filename)
|
||||||
): # pragma no cover (symlink support required)
|
): # pragma: no cover (symlink support required)
|
||||||
print('{0}: Broken symlink'.format(filename))
|
print('{0}: Broken symlink'.format(filename))
|
||||||
retv = 1
|
retv = 1
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue