diff --git a/.pre-commit-config_template.yaml b/.pre-commit-config_template.yaml index 562215ba4f8b..c49315c95529 100644 --- a/.pre-commit-config_template.yaml +++ b/.pre-commit-config_template.yaml @@ -15,6 +15,8 @@ repos: - id: name-tests-test min_py_version: '3.7' files: .+_test.py$ + - id: check-added-large-files + args: ['--maxkb=5120'] - repo: https://github.com/python-poetry/poetry rev: 1.8.2 hooks: