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.
1 parent 8559bc5 commit 05a5297Copy full SHA for 05a5297
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