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 51b72e1 commit fa6df49Copy full SHA for fa6df49
1 file changed
pyproject.toml
@@ -151,3 +151,6 @@ known-third-party = ["sqlmodel", "sqlalchemy", "pydantic", "fastapi"]
151
[tool.ruff.lint.pyupgrade]
152
# Preserve types, even if a file imports `from __future__ import annotations`.
153
keep-runtime-typing = true
154
+
155
+[tool.ty.terminal]
156
+error-on-warning = true
0 commit comments