Skip to content
This repository was archived by the owner on Nov 17, 2025. It is now read-only.

Commit 45a7f84

Browse files
Update pre-commit hook versions
1 parent e02b23e commit 45a7f84

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.pre-commit-config.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ 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"]
@@ -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)