diff --git a/pyproject.toml b/pyproject.toml index d1d9c82e4..2ef3fb2d1 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -117,6 +117,7 @@ ignore = [ "E221", # Multiple spaces before operator "E226", # Missing whitespace around arithmetic operator "E241", # Multiple spaces after ',' + "PYI034", # flake8-pyi: typing.Self added in Python 3.10 ] [tool.ruff.lint.per-file-ignores]