We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c93aeef commit 75243e5Copy full SHA for 75243e5
1 file changed
.pre-commit-config.yaml
@@ -33,6 +33,7 @@ repos:
33
exclude: (^test/test_data/.*|^third_party/.*)
34
- id: check-yaml
35
- id: check-added-large-files
36
+ args: ["--maxkb=1024", "--enforce-all-files"]
37
38
- repo: https://github.com/pre-commit/mirrors-clang-format
39
rev: v20.1.8
0 commit comments