We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3fb3556 commit 3a95e7fCopy full SHA for 3a95e7f
.pre-commit-config.yaml
@@ -0,0 +1,9 @@
1
+exclude: '.svg'
2
+repos:
3
+- repo: https://github.com/pre-commit/pre-commit-hooks
4
+ rev: v2.3.0
5
+ hooks:
6
+ - id: end-of-file-fixer
7
+ - id: trailing-whitespace
8
+ - id: check-merge-conflict
9
+ - id: check-symlinks
0 commit comments