We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 9573c13 + a7971b7 commit 9c0460bCopy full SHA for 9c0460b
1 file changed
pre_commit_hooks/check_added_large_files.py
@@ -15,7 +15,7 @@
15
def lfs_files():
16
try: # pragma: no cover (no git-lfs)
17
lines = cmd_output('git', 'lfs', 'status', '--porcelain').splitlines()
18
- except CalledProcessError:
+ except CalledProcessError: # pragma: no cover (with git-lfs)
19
lines = []
20
21
modes_and_fileparts = [
0 commit comments