diff --git a/pyproject.toml b/pyproject.toml index 7d3ec8c..2027ff5 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -75,6 +75,9 @@ ignore_missing_imports = true [tool.pyright] pythonVersion = "3.11" +# Handled by ruff... +reportUndefinedVariable = false + [tool.ruff.lint] select = [ "E", # pycodestyle