We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8f14f31 commit c1b3227Copy full SHA for c1b3227
.pre-commit-config.yaml
@@ -0,0 +1,7 @@
1
+repos:
2
+- repo: https://github.com/pre-commit/pre-commit-hooks
3
+ rev: v5.0.0
4
+ hooks:
5
+ - id: check-added-large-files
6
+ args: ['--maxkb=128']
7
+ - id: check-yaml
0 commit comments