Skip to content

Commit 3a95e7f

Browse files
committed
Adding new pre-commit config
1 parent 3fb3556 commit 3a95e7f

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

.pre-commit-config.yaml

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -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

Comments
 (0)