Skip to content

Commit 2c47e9b

Browse files
committed
Update pre-commit hooks versions
1 parent f2b293f commit 2c47e9b

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.pre-commit-config.yaml

+3-3
Original file line numberDiff line numberDiff line change
@@ -20,11 +20,11 @@ repos:
2020
- id: pyupgrade
2121
args: [--py38-plus]
2222
- repo: https://github.com/PyCQA/isort
23-
rev: 5.12.0
23+
rev: 5.13.2
2424
hooks:
2525
- id: isort
2626
- repo: https://github.com/PyCQA/flake8
27-
rev: 6.1.0
27+
rev: 7.0.0
2828
hooks:
2929
- id: flake8
3030
exclude: tests
@@ -51,7 +51,7 @@ repos:
5151
hooks:
5252
- id: codespell
5353
- repo: https://github.com/pre-commit/mirrors-mypy
54-
rev: v1.6.1
54+
rev: v1.8.0
5555
hooks:
5656
- id: mypy
5757
exclude: docs

0 commit comments

Comments
 (0)