diff --git a/pyproject.toml b/pyproject.toml index 299809f..09e2631 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -59,8 +59,7 @@ preview = true profile = "black" [tool.pylint.messages_control] -disable = "C0330, C0326" -disable = "logging-fstring-interpolation" +disable = "C0330, C0326, logging-fstring-interpolation" extension-pkg-whitelist = "pydantic" [tool.pylint.format]