Skip to content

Commit 5c9f46c

Browse files
[pre-commit.ci] pre-commit autoupdate
updates: - [github.com/psf/black-pre-commit-mirror: 25.12.0 → 26.1.0](psf/black-pre-commit-mirror@25.12.0...26.1.0) - [github.com/pycqa/isort: 7.0.0 → 8.0.1](PyCQA/isort@7.0.0...8.0.1) - [github.com/PyCQA/autoflake: v2.3.1 → v2.3.3](PyCQA/autoflake@v2.3.1...v2.3.3)
1 parent 0eae2aa commit 5c9f46c

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

.pre-commit-config.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ repos:
2323
- id: pyupgrade
2424

2525
- repo: https://github.com/psf/black-pre-commit-mirror
26-
rev: 25.12.0
26+
rev: 26.1.0
2727
hooks:
2828
- id: black
2929

@@ -35,7 +35,7 @@ repos:
3535
exclude: README.md
3636

3737
- repo: https://github.com/pycqa/isort
38-
rev: 7.0.0
38+
rev: 8.0.1
3939
hooks:
4040
- id: isort
4141
name: isort (python)
@@ -49,7 +49,7 @@ repos:
4949
args: [--py38-plus]
5050

5151
- repo: https://github.com/PyCQA/autoflake
52-
rev: v2.3.1
52+
rev: v2.3.3
5353
hooks:
5454
- id: autoflake
5555
args:

0 commit comments

Comments
 (0)