Skip to content

Commit 251f5fa

Browse files
[pre-commit.ci] pre-commit autoupdate
updates: - [github.com/PyCQA/isort: 5.10.1 → 5.12.0](PyCQA/isort@5.10.1...5.12.0) - [github.com/psf/black: 22.6.0 → 23.7.0](psf/black@22.6.0...23.7.0) - [github.com/PyCQA/flake8: 5.0.2 → 6.0.0](PyCQA/flake8@5.0.2...6.0.0)
1 parent 0db391c commit 251f5fa

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.pre-commit-config.yaml

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,14 @@
11
# https://pre-commit.com/
22
repos:
33
- repo: https://github.com/PyCQA/isort
4-
rev: 5.10.1
4+
rev: 5.12.0
55
hooks:
66
- id: isort
77
- repo: https://github.com/psf/black
8-
rev: 22.6.0
8+
rev: 23.7.0
99
hooks:
1010
- id: black
1111
- repo: https://github.com/PyCQA/flake8
12-
rev: 5.0.2
12+
rev: 6.0.0
1313
hooks:
1414
- id: flake8

0 commit comments

Comments
 (0)