summaryrefslogtreecommitdiff
path: root/pylintrc
diff options
context:
space:
mode:
authorJacob Walls <jacobtylerwalls@gmail.com>2022-12-24 15:06:39 -0500
committerDaniƫl van Noord <13665637+DanielNoord@users.noreply.github.com>2022-12-27 00:01:18 +0100
commit3894c593f5266d8692b8b5b4ebe83c0c9ae4c946 (patch)
treec99f960633de63ded19a314eb11da3ff00501b59 /pylintrc
parent6643b876d0fd069dba0d380b28bafe705c7779b9 (diff)
downloadastroid-git-3894c593f5266d8692b8b5b4ebe83c0c9ae4c946.tar.gz
Remove extraneous linebreaks from pylintrc
Diffstat (limited to 'pylintrc')
-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