Skip to content

Commit 10c0613

Browse files
committed
Add too-many-positional-arguments as excemption
1 parent d81669f commit 10c0613

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

pyproject.toml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -129,6 +129,7 @@ disable = [
129129
"too-many-instance-attributes",
130130
"too-many-lines",
131131
"too-many-locals",
132+
"too-many-positional-arguments",
132133
"too-many-public-methods",
133134
"too-many-return-statements",
134135
"too-many-statements",
@@ -142,6 +143,7 @@ disable = [
142143
"too-many-nested-blocks",
143144
]
144145
# for now (20201031) added the below while we are codemerging/-improving
146+
# too-many-positional-arguments
145147
# missing-class-docstring
146148
# missing-function-docstring
147149
# missing-module-docstring

0 commit comments

Comments
 (0)