Skip to content

Commit eff78cb

Browse files
committed
Skip PYI034 as typing.Self is in Python 3.10+
1 parent 20d8095 commit eff78cb

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

pyproject.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -117,6 +117,7 @@ ignore = [
117117
"E221", # Multiple spaces before operator
118118
"E226", # Missing whitespace around arithmetic operator
119119
"E241", # Multiple spaces after ','
120+
"PYI034", # flake8-pyi: typing.Self added in Python 3.10
120121
]
121122

122123
[tool.ruff.lint.per-file-ignores]

0 commit comments

Comments
 (0)