Skip to content

Commit d2829ef

Browse files
[pre-commit.ci] pre-commit autoupdate
updates: - [github.com/PyCQA/autoflake: v2.3.1 → v2.3.3](PyCQA/autoflake@v2.3.1...v2.3.3) - [github.com/pycqa/isort: 6.1.0 → 8.0.0](PyCQA/isort@6.1.0...8.0.0) - [github.com/psf/black-pre-commit-mirror: 25.9.0 → 26.1.0](psf/black-pre-commit-mirror@25.9.0...26.1.0)
1 parent 1993fd6 commit d2829ef

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
@@ -1,6 +1,6 @@
11
repos:
22
- repo: https://github.com/PyCQA/autoflake
3-
rev: "v2.3.1"
3+
rev: "v2.3.3"
44
hooks:
55
- id: autoflake
66
args:
@@ -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: 8.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: 26.1.0
4646
hooks:
4747
- id: black

0 commit comments

Comments
 (0)