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 ac53e4b commit c1e1c53Copy full SHA for c1e1c53
pyproject.toml
@@ -12,3 +12,6 @@ select = ["E", "F", "C4", "I001", "UP", "SIM"]
12
ignore = ["E501", "SIM105", "UP035"]
13
target-version = "py39"
14
extend-exclude = ["vendor", "data/playground/**/*.py"]
15
+
16
+[tool.pyright]
17
+reportSelfClsParameterName = false
0 commit comments