Skip to content

Commit e87364a

Browse files
ZviBaratzeffigies
authored andcommitted
STY: Added some pre-commit hooks
1 parent ca09a6d commit e87364a

File tree

1 file changed

+13
-0
lines changed

1 file changed

+13
-0
lines changed

.pre-commit-config.yaml

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,17 @@
1+
exclude: '.*/data/.*'
12
repos:
3+
- repo: https://github.com/pre-commit/pre-commit-hooks
4+
rev: v4.1.0
5+
hooks:
6+
- id: trailing-whitespace
7+
- id: end-of-file-fixer
8+
- id: check-yaml
9+
- id: check-json
10+
- id: check-toml
11+
- id: check-added-large-files
12+
- id: check-case-conflict
13+
- id: check-merge-conflict
14+
- id: check-vcs-permalinks
215
- repo: https://github.com/grantjenks/blue
316
rev: v0.9.1
417
hooks:

0 commit comments

Comments
 (0)