Skip to content

Commit 9f29701

Browse files
committed
pylint: ignore too-many-positional-arguments
Signed-off-by: Alexander Piskun <[email protected]>
1 parent 97fc00e commit 9f29701

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
@@ -207,6 +207,7 @@ messages_control.disable = [
207207
"too-few-public-methods",
208208
"too-many-public-methods",
209209
"too-many-instance-attributes",
210+
"too-many-positional-arguments",
210211
]
211212

212213
[tool.pytest.ini_options]

0 commit comments

Comments
 (0)