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 181cd9f commit 0762be0Copy full SHA for 0762be0
pyproject.toml
@@ -13,7 +13,7 @@ extend-exclude = ["vendor", "data/playground/**/*.py"]
13
14
[tool.ruff.lint]
15
select = ["E", "F", "C4", "I001", "UP", "SIM"]
16
-ignore = ["E501", "SIM105", "UP007", "UP035"]
+ignore = ["E501", "SIM105", "UP035"]
17
18
[tool.pyright]
19
reportSelfClsParameterName = false
0 commit comments