We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f0bf016 commit 4360531Copy full SHA for 4360531
resources/sdk/python/pylintrc.toml
@@ -27,4 +27,6 @@ disable = [
27
"relative-beyond-top-level", "missing-module-docstring",
28
"duplicate-code", "line-too-long",
29
"redefined-builtin", # this one is strange
30
+ "too-many-instance-attributes",
31
+ "unused-import"
32
]
0 commit comments