File tree Expand file tree Collapse file tree 1 file changed +15
-10
lines changed Expand file tree Collapse file tree 1 file changed +15
-10
lines changed Original file line number Diff line number Diff line change 1- exclude : ' .*/data/.*'
1+ exclude : " .*/data/.*"
22repos :
33 - repo : https://github.com/pre-commit/pre-commit-hooks
44 rev : v4.1.0
55 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
1515 - repo : https://github.com/grantjenks/blue
1616 rev : v0.9.1
1717 hooks :
2020 rev : 5.11.2
2121 hooks :
2222 - 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