Skip to content

Commit bcf980f

Browse files
author
Sean Sullivan
committed
fix lint
1 parent 6414827 commit bcf980f

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
@@ -57,7 +57,7 @@ localwebserver = ["uvicorn"]
5757

5858
[tool.pylint.'MESSAGES CONTROL']
5959
max-line-length = 150
60-
extension-pkg-whitelist = pydantic
60+
extension-pkg-whitelist = "pydantic"
6161
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"
6262

6363
[tool.black]

0 commit comments

Comments
 (0)