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 34823eb commit fe979f4Copy full SHA for fe979f4
pyproject.toml
@@ -51,6 +51,7 @@ useLibraryCodeForTypes = true
51
reportMissingReturnType = true
52
reportIncompleteStub = true
53
reportUntypedFunctionDecorator = false
54
+reportPrivateImportUsage = false
55
56
[tool.ruff.lint]
57
# Ignore E402: Module level import not at top of file
0 commit comments