mirror of
https://github.com/Ascyii/typstar.git
synced 2026-01-01 05:24:24 -05:00
style: format python code using ruff
This commit is contained in:
@@ -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",
|
||||
]
|
||||
|
||||
|
||||
Reference in New Issue
Block a user