Skip to content

Commit 3b8b53e

Browse files
[pre-commit.ci] pre-commit autoupdate
updates: - [github.com/asottile/pyupgrade: v3.20.0 → v3.21.2](asottile/pyupgrade@v3.20.0...v3.21.2) - [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)
1 parent cde404b commit 3b8b53e

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
@@ -9,7 +9,7 @@ repos:
99
- id: check-ast
1010

1111
- repo: https://github.com/asottile/pyupgrade
12-
rev: v3.20.0
12+
rev: v3.21.2
1313
hooks:
1414
- id: pyupgrade
1515

@@ -19,12 +19,12 @@ repos:
1919
- id: flake8
2020

2121
- repo: https://github.com/psf/black-pre-commit-mirror
22-
rev: 25.9.0
22+
rev: 25.11.0
2323
hooks:
2424
- id: black
2525

2626
- repo: https://github.com/pycqa/isort
27-
rev: 6.1.0
27+
rev: 7.0.0
2828
hooks:
2929
- id: isort
3030
name: isort (python)

0 commit comments

Comments
 (0)