Lint: Enable isort (I) rules

This commit is contained in:
jkarasti 2024-12-02 19:05:58 +02:00 committed by Alexis Métaireau
parent 767bfa7e48
commit d080d03f5a
No known key found for this signature in database
GPG key ID: C65C7A89A8FFC56E

View file

@ -70,6 +70,12 @@ verbosity = 3
# images that are a few days behind. See also: docs/developer/doit.md
use_cache = false
[tool.ruff.lint]
select = [
# isort
"I",
]
[build-system]
requires = ["poetry-core>=1.2.0"]
build-backend = "poetry.core.masonry.api"