We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 20d8095 commit eff78cbCopy full SHA for eff78cb
1 file changed
pyproject.toml
@@ -117,6 +117,7 @@ ignore = [
117
"E221", # Multiple spaces before operator
118
"E226", # Missing whitespace around arithmetic operator
119
"E241", # Multiple spaces after ','
120
+ "PYI034", # flake8-pyi: typing.Self added in Python 3.10
121
]
122
123
[tool.ruff.lint.per-file-ignores]
0 commit comments