Stop pylint whining about unexpected keyword argument.
This commit is contained in:
parent
847d5c8c89
commit
2cc865100d
|
@ -25,7 +25,7 @@ argument-naming-style = "snake_case"
|
||||||
attr-naming-style = "snake_case"
|
attr-naming-style = "snake_case"
|
||||||
|
|
||||||
[tool.pylint."messages control"]
|
[tool.pylint."messages control"]
|
||||||
disable = ["C0103", "C0114", "C0115", "C0116", "R0903", "R0913"]
|
disable = ["C0103", "C0114", "C0115", "C0116", "R0903", "R0913", "E1123"]
|
||||||
|
|
||||||
[build-system]
|
[build-system]
|
||||||
requires = ["poetry-core>=1.0.0"]
|
requires = ["poetry-core>=1.0.0"]
|
||||||
|
|
Loading…
Reference in New Issue