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 d34bdfe commit 3e8f090Copy full SHA for 3e8f090
pyproject.toml
@@ -63,7 +63,7 @@ version_file = "src/fastcs/_version.py"
63
64
[tool.pyright]
65
typeCheckingMode = "standard"
66
-reportMissingImports = false # Ignore missing stubs in imported modules
+reportMissingImports = false # Ignore missing stubs in imported modules
67
68
[tool.pytest.ini_options]
69
# Run pytest with all our checkers, and don't spam us with massive tracebacks on error
0 commit comments