diff --git a/pyproject.toml b/pyproject.toml index e34796ec5f..be5f678a9c 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,2 +1,5 @@ [tool.black] -line-length = 120 \ No newline at end of file +line-length = 120 + +[tool.pyright] +reportInvalidTypeForm = false