Skip to content

Commit 1e24035

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/pycqa/isort: 6.1.0 → 7.0.0](PyCQA/isort@6.1.0...7.0.0) - [github.com/psf/black-pre-commit-mirror: 25.9.0 → 25.11.0](psf/black-pre-commit-mirror@25.9.0...25.11.0)
1 parent 518108e commit 1e24035

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
@@ -16,7 +16,7 @@ repos:
1616
- id: trailing-whitespace
1717
args: [--markdown-linebreak-ext=md]
1818
- repo: https://github.com/asottile/pyupgrade
19-
rev: v3.20.0
19+
rev: v3.21.2
2020
hooks:
2121
- id: pyupgrade
2222
args: ['--py36-plus']
@@ -25,10 +25,10 @@ repos:
2525
hooks:
2626
- id: flake8
2727
- repo: https://github.com/pycqa/isort
28-
rev: 6.1.0
28+
rev: 7.0.0
2929
hooks:
3030
- id: isort
3131
- repo: https://github.com/psf/black-pre-commit-mirror
32-
rev: 25.9.0
32+
rev: 25.11.0
3333
hooks:
3434
- id: black

0 commit comments

Comments
 (0)