mirror of
https://github.com/pre-commit/pre-commit-hooks.git
synced 2026-04-09 04:54:16 +00:00
t → T
This commit is contained in:
parent
53e9db61c7
commit
39bba8ecb2
1 changed files with 1 additions and 1 deletions
|
|
@ -68,7 +68,7 @@ def main(argv: Sequence[str] | None = None) -> int:
|
||||||
help='Enforce all files are checked, not just staged files.',
|
help='Enforce all files are checked, not just staged files.',
|
||||||
)
|
)
|
||||||
parser.add_argument(
|
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',
|
help='Whether to allow large files if stored in git lfs',
|
||||||
)
|
)
|
||||||
parser.add_argument(
|
parser.add_argument(
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue