Skip to content

Commit f3206f5

Browse files
committed
Added pylint exceptions
1 parent 40d9cb4 commit f3206f5

1 file changed

Lines changed: 7 additions & 0 deletions

File tree

pyproject.toml

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,3 +9,10 @@ skip_glob = "*/sdk/*"
99
[tool.pylint]
1010
[tool.pylint.master]
1111
ignore-paths = ".*/sdk"
12+
[tool.pylint.message_control]
13+
disable = [
14+
"too-many-instance-attributes",
15+
"too-many-arguments",
16+
"too-many-locals"
17+
]
18+
ignored-argument-names = "args|kwargs"

0 commit comments

Comments
 (0)