diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 90ebd97ccc..5552c8226b 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -11,6 +11,14 @@ repos: - id: check-yaml #- id: check-json - id: check-added-large-files + args: ['--maxkb=1024', '--enforce-all'] + # TODO: remove the following after resolved + exclude: | + (?x)^( + source/tests/infer/dipolecharge_e.pbtxt| + source/tests/nvnmd/map.npy| + source/tests/infer/deeppolar_new.pbtxt + )$ - id: check-merge-conflict - id: check-symlinks - id: check-toml