Skip to content

Commit a4bf36f

Browse files
committed
Remove "no-self-use" from pylint disable rules in pyproject.toml
Signed-off-by: Cong Wang <cwang@multikernel.io>
1 parent 7b4e106 commit a4bf36f

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

pyproject.toml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,6 @@ disable = [
5757
"redefined-builtin",
5858
"too-many-public-methods",
5959
"broad-except",
60-
"no-self-use",
6160
"inconsistent-return-statements",
6261
]
6362

0 commit comments

Comments
 (0)