diff --git a/pyproject.toml b/pyproject.toml index a316bf3f827..eaab2301910 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -211,6 +211,7 @@ ignore = [ "D104", # Missing docstring in public package "D413", # Missing blank line after last section "F841", # local variable 'x' is assigned to but never used + "E203", # whitespace before ':', unstable in preview mode ] [tool.ruff.pydocstyle]