chore: Check import order using ruff.

This commit is contained in:
Elisiário Couto
2025-09-14 21:12:43 +01:00
parent 2467cb2f5a
commit da98b7b2b7

View File

@@ -69,7 +69,7 @@ build-backend = "hatchling.build"
[tool.ruff]
lint.ignore = ["E501", "B008", "B006"]
lint.extend-select = ["B", "C4", "PIE", "T20", "SIM", "TCH"]
lint.extend-select = ["B", "C4", "I", "PIE", "T20", "SIM", "TCH"]
[tool.pytest.ini_options]
testpaths = ["tests"]