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 7dabec9 commit 4824e5eCopy full SHA for 4824e5e
pyproject.toml
@@ -86,6 +86,9 @@ ignore = [
86
"SIM102", "SIM108",
87
]
88
89
+[tool.ruff.lint.flake8-tidy-imports.banned-api]
90
+"__future__.annotations".msg = "No longer required in Python 3.14+, see https://docs.python.org/3/reference/compound_stmts.html#annotations"
91
+
92
[tool.ruff.lint.isort]
93
order-by-type = false
94
case-sensitive = true
0 commit comments