SCons: Update mypy
This commit is contained in:
parent
6882e5042d
commit
8cd984b3cb
4 changed files with 8 additions and 4 deletions
|
|
@ -1,6 +1,7 @@
|
|||
[mypy]
|
||||
ignore_missing_imports = true
|
||||
ignore_missing_imports = True
|
||||
disallow_any_generics = True
|
||||
no_implicit_optional = True
|
||||
pretty = True
|
||||
show_column_numbers = True
|
||||
warn_redundant_casts = True
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue