Update to mypy 1.0.0

Signed-off-by: Pedro Algarvio <palgarvio@vmware.com>
This commit is contained in:
Pedro Algarvio 2023-02-08 05:18:33 +00:00 committed by Pedro Algarvio
parent 7b395348b3
commit 3dcb74268d
2 changed files with 2 additions and 2 deletions

View file

@ -1311,7 +1311,7 @@ repos:
- looseversion
- repo: https://github.com/pre-commit/mirrors-mypy
rev: v0.971
rev: v1.0.0
hooks:
- id: mypy
alias: mypy-tools

View file

@ -3,7 +3,7 @@ owner = root
group = root
[mypy]
python_version = 3.9
implicit_optional = True
show_error_codes = True
warn_return_any = True
warn_unused_configs = True