Skip to content
Snippets Groups Projects
Verified Commit 6181b58c authored by nd's avatar nd
Browse files

add query to pylint generated attributes

parent 7a5fbfa9
No related branches found
No related tags found
No related merge requests found
......@@ -216,7 +216,7 @@ contextmanager-decorators=contextlib.contextmanager
# List of members which are set dynamically and missed by pylint inference
# system, and so shouldn't trigger E1101 when accessed. Python regular
# expressions are accepted.
generated-members=
generated-members=query
# Tells whether missing members accessed in mixin class should be ignored. A
# mixin class is detected if its name ends with "mixin" (case insensitive).
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment