Skip to content

Commit 8d8959b

Browse files
disruptedgithub-actions[bot]
authored andcommitted
chore(deps-dev): auto-update pre-commit hooks
1 parent 1b85829 commit 8d8959b

1 file changed

Lines changed: 6 additions & 6 deletions

File tree

.pre-commit-config.yaml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
repos:
33
- repo: https://github.com/pre-commit/pre-commit-hooks
4-
rev: v4.6.0
4+
rev: v6.0.0
55
hooks:
66
- id: debug-statements
77
- repo: https://github.com/PyCQA/autoflake
@@ -15,28 +15,28 @@ repos:
1515
"--ignore-init-module-imports",
1616
]
1717
- repo: https://github.com/asottile/pyupgrade
18-
rev: v3.15.2
18+
rev: v3.21.0
1919
hooks:
2020
- id: pyupgrade
2121
stages: [manual]
2222
args: ["--py39-plus"]
2323
- repo: https://github.com/pycqa/isort
24-
rev: 5.13.2
24+
rev: 7.0.0
2525
hooks:
2626
- id: isort
2727
args: ["--settings", "setup.cfg"]
2828
- repo: https://github.com/psf/black
29-
rev: 24.4.2
29+
rev: 25.9.0
3030
hooks:
3131
- id: black
3232
language_version: python3
3333
- repo: https://github.com/pre-commit/mirrors-mypy
34-
rev: v1.10.0
34+
rev: v1.18.2
3535
hooks:
3636
- id: mypy
3737
args: ["--pretty"]
3838
- repo: https://github.com/pycqa/flake8
39-
rev: 7.0.0
39+
rev: 7.3.0
4040
hooks:
4141
- id: flake8
4242
args: ["--config", "setup.cfg"]

0 commit comments

Comments
 (0)