Skip to content

Commit 54a5780

Browse files
committed
pre-commit updates
* bump isort to 5.12.0 due to weird remote issue * change flake8 repo to the new github one
1 parent 8c1fc08 commit 54a5780

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.pre-commit-config.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,14 +9,14 @@ repos:
99
hooks:
1010
- id: pyupgrade
1111
- repo: https://github.com/timothycrosley/isort
12-
rev: 5.9.2
12+
rev: 5.12.0
1313
hooks:
1414
- id: isort
1515
- repo: https://github.com/psf/black
1616
rev: 22.3.0
1717
hooks:
1818
- id: black
19-
- repo: https://gitlab.com/pycqa/flake8
19+
- repo: https://github.com/pycqa/flake8
2020
rev: 3.9.2
2121
hooks:
2222
- id: flake8

0 commit comments

Comments
 (0)