chore: check import sorting when linting

Signed-off-by: Dominik Willner <th33xitus@gmail.com>
This commit is contained in:
dw-0
2024-05-11 22:52:25 +02:00
parent fc8fedc9f6
commit a03e943ebf

View File

@@ -17,3 +17,5 @@ indent-style = "space"
line-ending = "lf"
quote-style = "double"
[tool.ruff.lint]
extend-select = ["I"]