Update mypy to v1.7.0 in pre-commit-config.yaml

This commit is contained in:
Matthias
2023-11-13 18:15:10 +01:00
parent f286cb0a90
commit 5f8ff373ab
+1 -1
View File
@@ -8,7 +8,7 @@ repos:
# stages: [push] # stages: [push]
- repo: https://github.com/pre-commit/mirrors-mypy - repo: https://github.com/pre-commit/mirrors-mypy
rev: "v1.5.1" rev: "v1.7.0"
hooks: hooks:
- id: mypy - id: mypy
exclude: build_helpers exclude: build_helpers