Update pre-commit hooks

This commit is contained in:
Ayaz Salikhov
2022-10-04 18:21:18 +04:00
parent a94f886f2d
commit 218b0ce454

View File

@@ -14,7 +14,7 @@
repos:
# Autoupdate: Python code
- repo: https://github.com/asottile/pyupgrade
rev: v2.38.2
rev: v3.0.0
hooks:
- id: pyupgrade
args: [--py39-plus]
@@ -35,7 +35,7 @@ repos:
# Check python code static typing
- repo: https://github.com/pre-commit/mirrors-mypy
rev: v0.981
rev: v0.982
hooks:
- id: mypy
args: [--config, ./mypy.ini]