style: format python code using ruff

This commit is contained in:
arne314
2025-01-03 15:27:10 +01:00
parent 3267aed992
commit 3da96343c2
8 changed files with 156 additions and 46 deletions

View File

@@ -21,3 +21,12 @@ dependencies = [
[project.scripts]
typstar-anki = "anki.main:main"
[tool.ruff]
lint.extend-select = ["I"]
line-length = 100
[dependency-groups]
dev = [
"ruff>=0.8.5",
]