diff --git a/pyproject.toml b/pyproject.toml index cca6b20e..03c5276c 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -127,6 +127,7 @@ addopts = "--cov" asyncio_mode = "auto" [tool.ruff] +target-version = "py311" ignore = [ "ANN101", # Self... explanatory "ANN401", # Opinioated warning on disallowing dynamically typed expressions