diff --git a/.ruff.toml b/.ruff.toml index d1d3c584ce1..2b0e3434aa9 100644 --- a/.ruff.toml +++ b/.ruff.toml @@ -1,4 +1,4 @@ -target-version = "py39" # Pin Ruff to Python 3.9 +target-version = "py310" # Pin Ruff to Python 3.10 line-length = 95 output-format = "full"