We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6414827 commit bcf980fCopy full SHA for bcf980f
pyproject.toml
@@ -57,7 +57,7 @@ localwebserver = ["uvicorn"]
57
58
[tool.pylint.'MESSAGES CONTROL']
59
max-line-length = 150
60
-extension-pkg-whitelist = pydantic
+extension-pkg-whitelist = "pydantic"
61
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
63
[tool.black]
0 commit comments