aboutsummaryrefslogtreecommitdiff
path: root/pyproject.toml
diff options
context:
space:
mode:
authorFuwn <[email protected]>2025-07-07 03:38:24 -0700
committerFuwn <[email protected]>2025-07-07 03:38:24 -0700
commit391dd281297a58afb0fc0531330cd67cfc872302 (patch)
tree5c0bc493c704fdaf4fe5031ab34a8d78a4ac1f81 /pyproject.toml
parentfeat(schedule): Display genres in table (diff)
downloadoguri-391dd281297a58afb0fc0531330cd67cfc872302.tar.xz
oguri-391dd281297a58afb0fc0531330cd67cfc872302.zip
chore: Add check task
Diffstat (limited to 'pyproject.toml')
-rw-r--r--pyproject.toml1
1 files changed, 1 insertions, 0 deletions
diff --git a/pyproject.toml b/pyproject.toml
index 8d2962b..b7c2036 100644
--- a/pyproject.toml
+++ b/pyproject.toml
@@ -22,6 +22,7 @@ build-backend = "hatchling.build"
managed = true
dev-dependencies = [
"yapf>=0.43.0",
+ "ruff>=0.12.2",
]
[tool.hatch.metadata]