Skip to content

Commit a3ddb71

Browse files
[pre-commit.ci] pre-commit autoupdate
updates: - [github.com/pycqa/isort: 5.10.1 → 6.0.1](PyCQA/isort@5.10.1...6.0.1) - [github.com/asottile/pyupgrade: v2.31.0 → v3.19.1](asottile/pyupgrade@v2.31.0...v3.19.1) - [github.com/psf/black: 21.12b0 → 25.1.0](psf/black@21.12b0...25.1.0) - [github.com/PyCQA/flake8: 4.0.1 → 7.1.2](PyCQA/flake8@4.0.1...7.1.2)
1 parent e6fa3aa commit a3ddb71

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.pre-commit-config.yaml

+4-4
Original file line numberDiff line numberDiff line change
@@ -1,20 +1,20 @@
11
repos:
22
- repo: https://github.com/pycqa/isort
3-
rev: 5.10.1
3+
rev: 6.0.1
44
hooks:
55
- id: isort
66
- repo: https://github.com/asottile/pyupgrade
7-
rev: v2.31.0
7+
rev: v3.19.1
88
hooks:
99
- id: pyupgrade
1010
args: ["--py37-plus"]
1111
- repo: https://github.com/psf/black
12-
rev: 21.12b0
12+
rev: 25.1.0
1313
hooks:
1414
- id: black
1515
pass_filenames: true
1616
- repo: https://github.com/PyCQA/flake8
17-
rev: 4.0.1
17+
rev: 7.1.2
1818
hooks:
1919
- id: flake8
2020
pass_filenames: true

0 commit comments

Comments
 (0)