Skip to content

Commit

Permalink
Added large files hook enforce all to include committed files (#36750)
Browse files Browse the repository at this point in the history
* Added large files hook enforce all to include commited files

* test

* revert test
  • Loading branch information
MosheEichler authored Oct 27, 2024
1 parent b996b84 commit 2b5e86a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .pre-commit-config_template.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ repos:
min_py_version: '3.7'
files: .+_test.py$
- id: check-added-large-files
args: ['--maxkb=5120']
args: ['--maxkb=5120', --enforce-all]
- repo: https://github.com/python-poetry/poetry
rev: 1.8.2
hooks:
Expand Down

0 comments on commit 2b5e86a

Please sign in to comment.