This commit is contained in:
Adam Zethraeus 2022-06-10 00:17:29 -07:00 committed by GitHub
parent 53e9db61c7
commit 39bba8ecb2
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -68,7 +68,7 @@ def main(argv: Sequence[str] | None = None) -> int:
help='Enforce all files are checked, not just staged files.',
)
parser.add_argument(
'--allow-in-lfs', type=bool, default=true,
'--allow-in-lfs', type=bool, default=True,
help='Whether to allow large files if stored in git lfs',
)
parser.add_argument(