Skip to content

Commit a52c40a

Browse files
[pre-commit.ci] pre-commit autoupdate
updates: - [github.com/pycqa/isort: 5.12.0 → 5.13.2](PyCQA/isort@5.12.0...5.13.2) - [github.com/psf/black: 23.1.0 → 23.12.1](psf/black@23.1.0...23.12.1) - [github.com/PyCQA/flake8: 6.0.0 → 7.0.0](PyCQA/flake8@6.0.0...7.0.0)
1 parent 8a2a697 commit a52c40a

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,13 +1,13 @@
11
repos:
22
- repo: https://github.com/pycqa/isort
3-
rev: 5.12.0
3+
rev: 5.13.2
44
hooks:
55
- id: isort
66
- repo: https://github.com/psf/black
7-
rev: 23.1.0
7+
rev: 23.12.1
88
hooks:
99
- id: black
1010
- repo: https://github.com/PyCQA/flake8
11-
rev: 6.0.0
11+
rev: 7.0.0
1212
hooks:
1313
- id: flake8

0 commit comments

Comments
 (0)