Skip to content

Commit 4360531

Browse files
committed
chore: ignore some pylint warnings
1 parent f0bf016 commit 4360531

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

resources/sdk/python/pylintrc.toml

+2
Original file line numberDiff line numberDiff line change
@@ -27,4 +27,6 @@ disable = [
2727
"relative-beyond-top-level", "missing-module-docstring",
2828
"duplicate-code", "line-too-long",
2929
"redefined-builtin", # this one is strange
30+
"too-many-instance-attributes",
31+
"unused-import"
3032
]

0 commit comments

Comments
 (0)