mirror of
https://github.com/saltstack/salt.git
synced 2025-04-15 09:10:20 +00:00
Update to mypy 1.0.0
Signed-off-by: Pedro Algarvio <palgarvio@vmware.com>
This commit is contained in:
parent
7b395348b3
commit
3dcb74268d
2 changed files with 2 additions and 2 deletions
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue