summaryrefslogtreecommitdiffstats
path: root/misc
diff options
context:
space:
mode:
authorThaddeus Crews <repiteo@outlook.com>2024-05-14 11:04:46 -0500
committerThaddeus Crews <repiteo@outlook.com>2024-05-14 12:01:48 -0500
commitf4e58691c2e189a2fb9543737dda2cc874f3e1b4 (patch)
treed7d2b29c9b6657056620a812482e4bc00e2b18f8 /misc
parent78cce1954ddb6fefb90b33742215f304ec7b0b94 (diff)
downloadredot-engine-f4e58691c2e189a2fb9543737dda2cc874f3e1b4.tar.gz
SCons: Consolidate pysettings via `pyproject.toml`
Diffstat (limited to 'misc')
-rw-r--r--misc/scripts/mypy.ini13
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)