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 merge requests found
Pipeline #39 passed
...@@ -216,7 +216,7 @@ contextmanager-decorators=contextlib.contextmanager ...@@ -216,7 +216,7 @@ contextmanager-decorators=contextlib.contextmanager
# List of members which are set dynamically and missed by pylint inference # List of members which are set dynamically and missed by pylint inference
# system, and so shouldn't trigger E1101 when accessed. Python regular # system, and so shouldn't trigger E1101 when accessed. Python regular
# expressions are accepted. # expressions are accepted.
generated-members= generated-members=query
# Tells whether missing members accessed in mixin class should be ignored. A # Tells whether missing members accessed in mixin class should be ignored. A
# mixin class is detected if its name ends with "mixin" (case insensitive). # 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.
Please register or to comment