Skip to content

Commit dc57926

Browse files
[pre-commit.ci] pre-commit autoupdate (#54)
updates: - [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.12.0](psf/black-pre-commit-mirror@25.9.0...25.12.0) - [github.com/asottile/pyupgrade: v3.20.0 → v3.21.2](asottile/pyupgrade@v3.20.0...v3.21.2) Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
1 parent ef469f3 commit dc57926

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
@@ -25,21 +25,21 @@ repos:
2525

2626
# Sort imports
2727
- repo: https://github.com/pycqa/isort
28-
rev: "6.1.0"
28+
rev: "7.0.0"
2929
hooks:
3030
- id: isort
3131
args: ["--profile", "black"]
3232

3333
# Black formatting
3434
- repo: https://github.com/psf/black-pre-commit-mirror
35-
rev: "25.9.0"
35+
rev: "25.12.0"
3636
hooks:
3737
- id: black
3838
args: ["--line-length=99"]
3939

4040
# tool to automatically upgrade syntax for newer versions of the language
4141
- repo: https://github.com/asottile/pyupgrade
42-
rev: v3.20.0
42+
rev: v3.21.2
4343
hooks:
4444
- id: pyupgrade
4545
args: [--py310-plus]

0 commit comments

Comments
 (0)