chore: upgrade mypy (#19227)

This commit is contained in:
Jesse Yang
2022-03-17 10:35:53 -07:00
committed by GitHub
parent c345029fbc
commit 92cd0a18e6
9 changed files with 16 additions and 23 deletions

View File

@@ -20,7 +20,7 @@ repos:
hooks:
- id: isort
- repo: https://github.com/pre-commit/mirrors-mypy
rev: v0.910
rev: v0.941
hooks:
- id: mypy
additional_dependencies: [types-all]