Skip to content

Commit a3f70f1

Browse files
committed
Upgraded pre-commit modules
1 parent 46d10cd commit a3f70f1

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
@@ -5,7 +5,7 @@
55
# * Run "pre-commit install".
66
repos:
77
- repo: https://github.com/pre-commit/pre-commit-hooks
8-
rev: v4.1.0
8+
rev: v4.2.0
99
hooks:
1010
- id: check-toml
1111
- id: check-yaml
@@ -16,7 +16,7 @@ repos:
1616
- id: trailing-whitespace
1717

1818
- repo: https://github.com/asottile/pyupgrade
19-
rev: v2.31.0
19+
rev: v2.32.0
2020
hooks:
2121
- id: pyupgrade
2222
args: [ "--py37-plus" ]
@@ -32,7 +32,7 @@ repos:
3232
- id: isort
3333

3434
- repo: https://github.com/pre-commit/mirrors-mypy
35-
rev: v0.931
35+
rev: v0.942
3636
hooks:
3737
- id: mypy
3838
additional_dependencies:

0 commit comments

Comments
 (0)