1
0
Fork 0
mirror of https://github.com/qurator-spk/modstool.git synced 2025-06-26 03:59:55 +02:00

🎨 Sort and remove unused imports

This commit is contained in:
Mike Gerber 2025-06-13 19:20:48 +02:00
parent 89b71dd5c4
commit 2511fe8ca4
4 changed files with 15 additions and 40 deletions

View file

@ -46,8 +46,9 @@ optional-dependencies.dev = {file = ["requirements-dev.txt"]}
where = ["src"]
[tool.ruff.lint]
[tool.ruff]
select = ["E", "F", "I"]
line-length = 120
[tool.liccheck]