From b2023250a7fd724ef5a3566cdfb83993d881d73e Mon Sep 17 00:00:00 2001 From: Tudor Plugaru Date: Mon, 11 Nov 2024 20:34:15 +0200 Subject: [PATCH] chore: configure ruff to sort imports also Signed-off-by: Tudor Plugaru --- pyproject.toml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/pyproject.toml b/pyproject.toml index 52fb4bb..e587d7b 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -112,6 +112,8 @@ exclude = [ [tool.ruff.lint] ignore = ["E731"] extend-ignore = ["E203"] +select = ["I"] + [tool.pytest.ini_options] testpaths = [