Skip to content

Commit d66cc08

Browse files
Update pre-commit hook versions
1 parent b5a3cf4 commit d66cc08

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.pre-commit-config.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -18,12 +18,12 @@ repos:
1818
)$
1919
- id: check-merge-conflict
2020
- repo: https://github.com/asottile/pyupgrade
21-
rev: v3.3.1
21+
rev: v3.9.0
2222
hooks:
2323
- id: pyupgrade
2424
args: ["--py38-plus"]
2525
- repo: https://github.com/psf/black
26-
rev: 23.3.0
26+
rev: 23.7.0
2727
hooks:
2828
- id: black
2929
language_version: python3
@@ -50,7 +50,7 @@ repos:
5050
)$
5151
args: ['--in-place', '--remove-all-unused-imports', '--remove-unused-variable']
5252
- repo: https://github.com/pre-commit/mirrors-mypy
53-
rev: v1.2.0
53+
rev: v1.4.1
5454
hooks:
5555
- id: mypy
5656
additional_dependencies:

0 commit comments

Comments
 (0)