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 fa72164 commit d990032Copy full SHA for d990032
.pre-commit-config.yaml
@@ -0,0 +1,13 @@
1
+repos:
2
+- repo: https://github.com/pre-commit/pre-commit-hooks
3
+ rev: v6.0.0 # Use the ref you want to point at
4
+ hooks:
5
+ - id: trailing-whitespace
6
+ - id: check-added-large-files
7
+ args: ['--maxkb=500']
8
+ - id: check-merge-conflict
9
+ - id: check-yaml
10
+ - id: end-of-file-fixer
11
+ - id: mixed-line-ending
12
13
+ args: ['--markdown-linebreak-ext=md']
0 commit comments