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 9a37e71 commit ae32c4dCopy full SHA for ae32c4d
pyproject.toml
@@ -60,6 +60,9 @@ ignore = [
60
"SIM102", "SIM108",
61
]
62
63
+[tool.ruff.lint.flake8-tidy-imports.banned-api]
64
+"__future__.annotations".msg = "No longer required in Python 3.14+, see https://docs.python.org/3/reference/compound_stmts.html#annotations"
65
+
66
[tool.ruff.lint.isort]
67
order-by-type = false
68
case-sensitive = true
0 commit comments