Skip to content

Commit

Permalink
Skip PYI034 as typing.Self is in Python 3.10+
Browse files Browse the repository at this point in the history
  • Loading branch information
hugovk committed Mar 23, 2024
1 parent 20d8095 commit eff78cb
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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]
Expand Down

0 comments on commit eff78cb

Please sign in to comment.