File tree 1 file changed +15
-10
lines changed
1 file changed +15
-10
lines changed Original file line number Diff line number Diff line change 1
- exclude : ' .*/data/.*'
1
+ exclude : " .*/data/.*"
2
2
repos :
3
3
- repo : https://github.com/pre-commit/pre-commit-hooks
4
4
rev : v4.1.0
5
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
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
15
- repo : https://github.com/grantjenks/blue
16
16
rev : v0.9.1
17
17
hooks :
20
20
rev : 5.11.2
21
21
hooks :
22
22
- id : isort
23
+ - repo : https://github.com/pycqa/flake8
24
+ rev : 6.0.0
25
+ hooks :
26
+ - id : flake8
27
+ exclude : " ^(doc|nisext|tools)/"
You can’t perform that action at this time.
0 commit comments