ruff: Force single line imports

This makes commits easier to compare.

Related #2295
This commit is contained in:
Matthias Hagmann 2024-03-12 17:22:18 +01:00 committed by Peter F. Patel-Schneider
parent e92f1a8a0b
commit 66d31885e4
1 changed files with 1 additions and 0 deletions

View File

@ -12,4 +12,5 @@ select = [
] ]
[tool.ruff.lint.isort] [tool.ruff.lint.isort]
force-single-line = true
lines-between-types = 1 lines-between-types = 1