Skip to content

Commit 11e32a9

Browse files
[pre-commit.ci] pre-commit autoupdate
updates: - [github.com/psf/black-pre-commit-mirror: 25.9.0 → 25.11.0](psf/black-pre-commit-mirror@25.9.0...25.11.0) - [github.com/PyCQA/isort: 6.1.0 → 7.0.0](PyCQA/isort@6.1.0...7.0.0) - [github.com/asottile/pyupgrade: v3.20.0 → v3.21.1](asottile/pyupgrade@v3.20.0...v3.21.1)
1 parent 0556e85 commit 11e32a9

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.pre-commit-config.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
repos:
33
- repo: https://github.com/psf/black-pre-commit-mirror
4-
rev: 25.9.0
4+
rev: 25.11.0
55
hooks:
66
- id: black
77
args:
@@ -12,12 +12,12 @@ repos:
1212
hooks:
1313
- id: flake8
1414
- repo: https://github.com/PyCQA/isort
15-
rev: 6.1.0
15+
rev: 7.0.0
1616
hooks:
1717
- id: isort
1818
args: ["--profile", "black", "-m", "VERTICAL_HANGING_INDENT"]
1919
- repo: https://github.com/asottile/pyupgrade
20-
rev: v3.20.0
20+
rev: v3.21.1
2121
hooks:
2222
- id: pyupgrade
2323
args: [--py38-plus]

0 commit comments

Comments
 (0)