Skip to content

Commit 680364c

Browse files
committed
Update pre-commit hooks
1 parent c675435 commit 680364c

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.pre-commit-config.yaml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ repos:
2424
hooks:
2525
- id: remove-tabs
2626
- repo: https://github.com/codespell-project/codespell
27-
rev: v2.2.1
27+
rev: v2.2.2
2828
hooks:
2929
- id: codespell
3030
args: [-w]
@@ -45,12 +45,12 @@ repos:
4545
- id: python-no-eval
4646
- id: text-unicode-replacement-char
4747
- repo: https://github.com/asottile/pyupgrade
48-
rev: v2.38.2
48+
rev: v3.2.2
4949
hooks:
5050
- id: pyupgrade
5151
args: [--py37-plus]
5252
- repo: https://github.com/psf/black
53-
rev: 22.8.0
53+
rev: 22.10.0
5454
hooks:
5555
- id: black
5656
language_version: python3
@@ -59,7 +59,7 @@ repos:
5959
hooks:
6060
- id: blacken-docs
6161
- repo: https://github.com/pre-commit/mirrors-mypy
62-
rev: v0.981
62+
rev: v0.990
6363
hooks:
6464
- id: mypy
6565
additional_dependencies: [types-six, types-toml, types-Deprecated]

0 commit comments

Comments
 (0)