Skip to content

Commit 664745a

Browse files
committed
Push back Black integration until current PRs are merged.
1 parent 924c1fb commit 664745a

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.pre-commit-config.yaml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -11,12 +11,12 @@ repos:
1111
exclude: ^docs/.*$
1212
- id: trailing-whitespace
1313
exclude: README.md
14-
- repo: https://github.com/PyCQA/flake8
15-
rev: 4.0.0
16-
hooks:
17-
- id: flake8
1814
- repo: https://github.com/pycqa/isort
1915
rev: 5.10.1
2016
hooks:
2117
- id: isort
2218
name: isort (python)
19+
- repo: https://github.com/PyCQA/flake8
20+
rev: 4.0.0
21+
hooks:
22+
- id: flake8

0 commit comments

Comments
 (0)