Include isort linting for ruff

This commit is contained in:
Sonny Bakker 2025-02-28 08:22:24 +01:00
parent 76f80c5032
commit 3e84b1dfed

View file

@ -32,6 +32,9 @@ build-backend = 'setuptools.build_meta'
[tool.uv]
environments = ["sys_platform == 'linux'"]
[tool.ruff.lint]
select = ["E4", "E7", "E9", "F", "I"]
[tool.ruff.lint.isort]
lines-between-types=1
lines-after-imports=2