Skip to content

Commit 6821510

Browse files
[pre-commit.ci] pre-commit autoupdate (#383)
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) Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
1 parent 781628e commit 6821510

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
@@ -3,18 +3,18 @@ exclude: ^src/reader/_vendor/.*$
33
repos:
44

55
- repo: https://github.com/pycqa/isort
6-
rev: 6.1.0
6+
rev: 7.0.0
77
hooks:
88
- id: isort
99

1010
- repo: https://github.com/asottile/pyupgrade
11-
rev: v3.20.0
11+
rev: v3.21.2
1212
hooks:
1313
- id: pyupgrade
1414
args: ["--py311-plus"]
1515

1616
- repo: https://github.com/psf/black-pre-commit-mirror
17-
rev: 25.9.0
17+
rev: 25.12.0
1818
hooks:
1919
- id: black
2020
args: ["-S"]

0 commit comments

Comments
 (0)