Skip PYI034 as typing.Self is in Python 3.10+

This commit is contained in:
Hugo van Kemenade 2024-03-23 20:52:32 +02:00
parent 20d8095439
commit eff78cb514

View File

@ -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]