Skip to content

Commit cf73e9c

Browse files
committed
⬆️ UPGRADE: Autoupdate pre-commit config
1 parent 0a1993f commit cf73e9c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Diff for: .pre-commit-config.yaml

+2-2
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ repos:
1414
exclude: ^requirements-dev\.txt$
1515
- id: trailing-whitespace
1616
- repo: https://github.com/pre-commit/mirrors-mypy
17-
rev: v0.931
17+
rev: v0.940
1818
hooks:
1919
- id: mypy
2020
name: Run static type checks
@@ -37,7 +37,7 @@ repos:
3737
- id: isort
3838
name: isort
3939
- repo: https://github.com/asottile/pyupgrade
40-
rev: v2.31.0
40+
rev: v2.31.1
4141
hooks:
4242
- id: pyupgrade
4343
args: [--py37-plus]

0 commit comments

Comments
 (0)