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 ca09a6d commit e87364aCopy full SHA for e87364a
.pre-commit-config.yaml
@@ -1,4 +1,17 @@
1
+exclude: '.*/data/.*'
2
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
15
- repo: https://github.com/grantjenks/blue
16
rev: v0.9.1
17
hooks:
0 commit comments