From 66d31885e427e6a026a56abf28426b874927782d Mon Sep 17 00:00:00 2001 From: Matthias Hagmann <16444067+MattHag@users.noreply.github.com> Date: Tue, 12 Mar 2024 17:22:18 +0100 Subject: [PATCH] ruff: Force single line imports This makes commits easier to compare. Related #2295 --- pyproject.toml | 1 + 1 file changed, 1 insertion(+) diff --git a/pyproject.toml b/pyproject.toml index 285ad5cac5..b1cfdfad9c 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -12,4 +12,5 @@ select = [ ] [tool.ruff.lint.isort] +force-single-line = true lines-between-types = 1