Skip to content

Commit c436e5a

Browse files
committed
Adjust precommit config
1 parent 11eb00a commit c436e5a

File tree

1 file changed

+0
-8
lines changed

1 file changed

+0
-8
lines changed

.pre-commit-config.yaml

-8
Original file line numberDiff line numberDiff line change
@@ -13,14 +13,6 @@ repos:
1313
language: system
1414
entry: sh -c 'npm run stylelint:fix'
1515
files: .css$
16-
- repo: local
17-
hooks:
18-
- id: yapf
19-
name: yapf
20-
language: python
21-
entry: yapf
22-
files: \.py$
23-
args: ["-i", "-r", "-e", "app/**/migrations/", "-e", "app/app/settings.py", "-p", "app/avatar/", "app/credits/", "app/dataviz/", "app/enssubdomain/", "app/ethos/", "app/github/"]
2416
- repo: git://github.com/pre-commit/mirrors-isort
2517
sha: 'v4.3.4'
2618
hooks:

0 commit comments

Comments
 (0)