Skip to content

Commit

Permalink
pre-commit: always check all file sizes
Browse files Browse the repository at this point in the history
  • Loading branch information
adeebshihadeh committed Sep 26, 2023
1 parent 8ecafa4 commit a3de64f
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,9 @@ repos:
- id: check-executables-have-shebangs
- id: check-shebang-scripts-are-executable
- id: check-added-large-files
args: ['--maxkb=100']
args:
- --maxkb=100
- --enforce-all
- repo: https://github.com/codespell-project/codespell
rev: v2.2.5
hooks:
Expand Down

0 comments on commit a3de64f

Please sign in to comment.