We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 346f9e7 commit 7b7fb7bCopy full SHA for 7b7fb7b
pyproject.toml
@@ -81,7 +81,14 @@ ignore = [
81
# Unlike Flake8, default to a complexity level of 10.
82
max-complexity = 10
83
84
-
85
[tool.ruff.format]
86
# Leave quote characters as the are.
87
quote-style = "preserve"
+
88
+[tool.pyright]
89
+include = ["python"]
90
+exclude = ["**/__pycache__"]
91
+pythonVersion = "3.6"
92
+reportMissingImports = true
93
+reportMissingModuleSource = true
94
+reportTypeCommentUsage = false
0 commit comments