aboutsummaryrefslogtreecommitdiff
path: root/pw_build/python.gni
diff options
context:
space:
mode:
Diffstat (limited to 'pw_build/python.gni')
-rw-r--r--pw_build/python.gni5
1 files changed, 0 insertions, 5 deletions
diff --git a/pw_build/python.gni b/pw_build/python.gni
index 7820da67a..4d5f562e6 100644
--- a/pw_build/python.gni
+++ b/pw_build/python.gni
@@ -76,11 +76,6 @@ template("_pw_python_static_analysis_mypy") {
"--pretty",
"--show-error-codes",
- # TODO: b/265836842 - Namespace packages are enabled by default starting in
- # mypy 0.991. This caused problems in some configurations, so return
- # to the prior behavior for now.
- "--no-namespace-packages",
-
# Use a mypy cache dir for this target only to avoid cache conflicts in
# parallel mypy invocations.
"--cache-dir",