Skip to content

Commit 026dd02

Browse files
authored
chore: disable another opinionated pylint message (#836)
1 parent ce30914 commit 026dd02

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

pyproject.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -216,6 +216,7 @@ disable = [
216216
"too-many-lines",
217217
"too-many-locals",
218218
"too-many-nested-blocks",
219+
"too-many-positional-arguments",
219220
"too-many-public-methods",
220221
"too-many-return-statements",
221222
"too-many-statements",

0 commit comments

Comments
 (0)