summaryrefslogtreecommitdiff
path: root/pylintrc
diff options
context:
space:
mode:
authorClaudiu Popa <pcmanticore@gmail.com>2018-05-23 18:36:45 +0200
committerGitHub <noreply@github.com>2018-05-23 18:36:45 +0200
commit2c655de34603e5a0f88b369d3e4b68556fdb0641 (patch)
tree2dc879f74c672643f37ae084bcb389e64c3ed97d /pylintrc
parent5d17f5b1cbb875cc2ca28cee0942f3f92fb2a01d (diff)
downloadastroid-git-2c655de34603e5a0f88b369d3e4b68556fdb0641.tar.gz
Add support for type comments (#548)
Diffstat (limited to 'pylintrc')
-rw-r--r--pylintrc2
1 files changed, 1 insertions, 1 deletions
diff --git a/pylintrc b/pylintrc
index 05011520..2ab256fd 100644
--- a/pylintrc
+++ b/pylintrc
@@ -281,7 +281,7 @@ ignore-mixin-members=yes
# 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=
+ignored-modules=typed_ast.ast3
# List of classes names for which member attributes should not be checked
# (useful for classes with attributes dynamically set).