Skip to content

Commit 08e287d

Browse files
[pre-commit.ci] pre-commit autoupdate
updates: - [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.2](asottile/pyupgrade@v3.20.0...v3.21.2) - [github.com/psf/black-pre-commit-mirror: 25.9.0 → 25.12.0](psf/black-pre-commit-mirror@25.9.0...25.12.0)
1 parent c0c8a9e commit 08e287d

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
@@ -11,7 +11,7 @@ repos:
1111
- id: check-yaml
1212
- id: check-added-large-files
1313
- repo: https://github.com/pycqa/isort
14-
rev: 6.1.0
14+
rev: 7.0.0
1515
hooks:
1616
- id: isort
1717
args: [--profile, black, --filter-files]
@@ -20,11 +20,11 @@ repos:
2020
hooks:
2121
- id: autoflake
2222
- repo: https://github.com/asottile/pyupgrade
23-
rev: v3.20.0
23+
rev: v3.21.2
2424
hooks:
2525
- id: pyupgrade
2626
- repo: https://github.com/psf/black-pre-commit-mirror
27-
rev: 25.9.0
27+
rev: 25.12.0
2828
hooks:
2929
- id: black
3030
language_version: python3

0 commit comments

Comments
 (0)