Skip to content

Commit 6f3dd57

Browse files
[pre-commit.ci] pre-commit autoupdate
updates: - [github.com/PyCQA/isort: 5.10.1 → 6.1.0](PyCQA/isort@5.10.1...6.1.0) - https://github.com/psf/blackhttps://github.com/psf/black-pre-commit-mirror - [github.com/psf/black-pre-commit-mirror: 22.6.0 → 25.9.0](psf/black-pre-commit-mirror@22.6.0...25.9.0) - [github.com/PyCQA/flake8: 5.0.2 → 7.3.0](PyCQA/flake8@5.0.2...7.3.0)
1 parent 0db391c commit 6f3dd57

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
@@ -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: 6.1.0
55
hooks:
66
- id: isort
7-
- repo: https://github.com/psf/black
8-
rev: 22.6.0
7+
- repo: https://github.com/psf/black-pre-commit-mirror
8+
rev: 25.9.0
99
hooks:
1010
- id: black
1111
- repo: https://github.com/PyCQA/flake8
12-
rev: 5.0.2
12+
rev: 7.3.0
1313
hooks:
1414
- id: flake8

0 commit comments

Comments
 (0)