Implement attribute consistency check for LFS files

This commit is contained in:
Alexey Klimkin 2024-02-29 11:37:59 -08:00
parent aae27b8a3e
commit 622b4e12c5
5 changed files with 167 additions and 0 deletions

View file

@ -38,6 +38,7 @@ console_scripts =
check-docstring-first = pre_commit_hooks.check_docstring_first:main
check-executables-have-shebangs = pre_commit_hooks.check_executables_have_shebangs:main
check-json = pre_commit_hooks.check_json:main
check-lfs-attributes = pre_commit_hooks.check_lfs_attributes:main
check-merge-conflict = pre_commit_hooks.check_merge_conflict:main
check-shebang-scripts-are-executable = pre_commit_hooks.check_shebang_scripts_are_executable:main
check-symlinks = pre_commit_hooks.check_symlinks:main