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