SCons: Consolidate pysettings via pyproject.toml

This commit is contained in:
Thaddeus Crews
2024-05-14 11:04:46 -05:00
parent 78cce1954d
commit f4e58691c2
3 changed files with 16 additions and 16 deletions
-13
View File
@@ -1,13 +0,0 @@
[mypy]
ignore_missing_imports = True
disallow_any_generics = True
no_implicit_optional = True
pretty = True
show_column_numbers = True
warn_redundant_casts = True
warn_return_any = True
warn_unreachable = True
namespace_packages = True
explicit_package_bases = True
exclude = (?x)(^thirdparty)