Skip to content

Commit 39c35ad

Browse files
committed
Add additional pylint disable rules in pyproject.toml
Signed-off-by: Cong Wang <cwang@multikernel.io>
1 parent b0914ef commit 39c35ad

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

pyproject.toml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -55,6 +55,10 @@ disable = [
5555
"broad-exception-caught",
5656
"no-value-for-parameter",
5757
"redefined-builtin",
58+
"too-many-public-methods",
59+
"broad-except",
60+
"no-self-use",
61+
"inconsistent-return-statements",
5862
]
5963

6064
[tool.pylint.format]

0 commit comments

Comments
 (0)