SCons: Update mypy

This commit is contained in:
Thaddeus Crews 2023-11-21 15:33:14 -06:00
parent 6882e5042d
commit 8cd984b3cb
No known key found for this signature in database
GPG key ID: 62181B86FE9E5D84
4 changed files with 8 additions and 4 deletions

View file

@ -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