Skip to content

Commit 88eff83

Browse files
[pre-commit.ci] pre-commit autoupdate (#307)
Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
1 parent 968ae5a commit 88eff83

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
@@ -3,20 +3,20 @@ ci:
33

44
repos:
55
# isort should run before black as black sometimes tweaks the isort output
6-
- repo: https://github.com/timothycrosley/isort
6+
- repo: https://github.com/PyCQA/isort
77
rev: 5.10.1
88
hooks:
99
- id: isort
1010
files: .+\.py$
1111

1212
# https://github.com/python/black#version-control-integration
13-
- repo: https://github.com/python/black
13+
- repo: https://github.com/psf/black
1414
rev: 22.3.0
1515
hooks:
1616
- id: black
1717

18-
- repo: https://gitlab.com/pycqa/flake8
19-
rev: 3.9.2
18+
- repo: https://github.com/PyCQA/flake8
19+
rev: 4.0.1
2020
hooks:
2121
- id: flake8
2222

0 commit comments

Comments
 (0)