diff options
| -rw-r--r-- | pyproject.toml | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/pyproject.toml b/pyproject.toml index 0f28a80e8..5693b61cc 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -86,6 +86,9 @@ ignore = [ "SIM102", "SIM108", ] +[tool.ruff.lint.flake8-tidy-imports.banned-api] +"__future__.annotations".msg = "No longer required in Python 3.14+, see https://docs.python.org/3/reference/compound_stmts.html#annotations" + [tool.ruff.lint.isort] order-by-type = false case-sensitive = true |