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 9068bad commit 545a55aCopy full SHA for 545a55a
1 file changed
pyproject.toml
@@ -109,6 +109,7 @@ disallow_untyped_defs = false
109
disallow_untyped_calls = false
110
111
[tool.ruff.lint]
112
+typing-modules = ["sqlmodel._compat"]
113
select = [
114
"E", # pycodestyle errors
115
"W", # pycodestyle warnings
0 commit comments