Skip to content

Commit 6fd7121

Browse files
author
Eric Christensen
committed
Removing pylint requirements for restriction on number of positional parameters and yield from requirement.
1 parent cea7179 commit 6fd7121

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ localwebserver = ["uvicorn"]
5959
[tool.pylint.'MESSAGES CONTROL']
6060
max-line-length = 150
6161
extension-pkg-whitelist = "pydantic"
62-
disable = "too-many-nested-blocks,too-many-branches,too-many-statements,R0801,R0902,R0903,R0911,R0913,R0914,C0103,C0114,C0115,C0116,C0123,C0301,C0302,fixme"
62+
disable = "too-many-nested-blocks,too-many-branches,too-many-statements,R0801,R0902,R0903,R0911,R0913,R0914,R0917,R1737,C0103,C0114,C0115,C0116,C0123,C0301,C0302,fixme"
6363

6464
[tool.black]
6565
line-length = 150

0 commit comments

Comments
 (0)