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 8559bc5 + 05a5297 commit 9fc352bCopy full SHA for 9fc352b
pre_commit_hooks/check_added_large_files.py
@@ -55,7 +55,7 @@ def main(argv: Optional[Sequence[str]] = None) -> int:
55
)
56
parser.add_argument(
57
'--maxkb', type=int, default=500,
58
- help='Maxmimum allowable KB for added files',
+ help='Maximum allowable KB for added files',
59
60
args = parser.parse_args(argv)
61
0 commit comments