R0917
This commit is contained in:
parent
ec9457f5e4
commit
a006845be8
1 changed files with 1 additions and 0 deletions
|
|
@ -83,6 +83,7 @@ disable = [
|
||||||
"R0901", # too-many-ancestors
|
"R0901", # too-many-ancestors
|
||||||
"R0902", # too-many-instance-attributes
|
"R0902", # too-many-instance-attributes
|
||||||
"R1711", # useless-return
|
"R1711", # useless-return
|
||||||
|
"R0917", # too many positional arguments
|
||||||
"W0511", # TODO
|
"W0511", # TODO
|
||||||
]
|
]
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue