summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--pylintrc2
1 files changed, 0 insertions, 2 deletions
diff --git a/pylintrc b/pylintrc
index 08bd6f27..ddacf9a4 100644
--- a/pylintrc
+++ b/pylintrc
@@ -244,9 +244,7 @@ spelling-store-unknown-words=no
ignore-on-opaque-inference=n
# List of module names for which member attributes should not be checked
-
# (useful for modules/projects where namespaces are manipulated during runtime
-
# and thus existing member attributes cannot be deduced by static analysis
ignored-modules=typed_ast.ast3