Skip to content

Commit aff6b3f

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/psf/black-pre-commit-mirror: 25.9.0 → 25.12.0](psf/black-pre-commit-mirror@25.9.0...25.12.0)
1 parent 1993fd6 commit aff6b3f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.pre-commit-config.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ repos:
2323
additional_dependencies: ["flake8-eradicate"]
2424

2525
- repo: https://github.com/pycqa/isort
26-
rev: 6.1.0
26+
rev: 7.0.0
2727
hooks:
2828
- id: isort
2929

@@ -42,6 +42,6 @@ repos:
4242
- id: check-toml
4343

4444
- repo: https://github.com/psf/black-pre-commit-mirror
45-
rev: 25.9.0
45+
rev: 25.12.0
4646
hooks:
4747
- id: black

0 commit comments

Comments
 (0)