diff options
author | Thaddeus Crews <repiteo@outlook.com> | 2024-05-14 11:04:46 -0500 |
---|---|---|
committer | Thaddeus Crews <repiteo@outlook.com> | 2024-05-14 12:01:48 -0500 |
commit | f4e58691c2e189a2fb9543737dda2cc874f3e1b4 (patch) | |
tree | d7d2b29c9b6657056620a812482e4bc00e2b18f8 /misc | |
parent | 78cce1954ddb6fefb90b33742215f304ec7b0b94 (diff) | |
download | redot-engine-f4e58691c2e189a2fb9543737dda2cc874f3e1b4.tar.gz |
SCons: Consolidate pysettings via `pyproject.toml`
Diffstat (limited to 'misc')
-rw-r--r-- | misc/scripts/mypy.ini | 13 |
1 files changed, 0 insertions, 13 deletions
diff --git a/misc/scripts/mypy.ini b/misc/scripts/mypy.ini deleted file mode 100644 index 45f048f118..0000000000 --- a/misc/scripts/mypy.ini +++ /dev/null @@ -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) |