Skip to content

Commit bf67601

Browse files
lbluquegithub-actions[bot]
authored andcommitted
auto-update pre-commit hooks
1 parent 0eae2aa commit bf67601

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.0
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)