Add hook to check the number of allowed lines

This commit is contained in:
Lorenz Egginger 2021-10-07 15:19:12 +02:00
parent 1ca4ceba96
commit 9d0b99f39f
4 changed files with 72 additions and 0 deletions

View file

@ -43,6 +43,7 @@ console_scripts =
check-executables-have-shebangs = pre_commit_hooks.check_executables_have_shebangs:main
check-json = pre_commit_hooks.check_json:main
check-merge-conflict = pre_commit_hooks.check_merge_conflict:main
check-number-of-lines-count = check_number_of_lines_count:main
check-shebang-scripts-are-executable = pre_commit_hooks.check_shebang_scripts_are_executable:main
check-symlinks = pre_commit_hooks.check_symlinks:main
check-toml = pre_commit_hooks.check_toml:main