chore: use ruff to lint and auto-format

This commit is contained in:
Henry Li
2026-01-14 09:08:20 +08:00
parent 7dc063ba25
commit cb611f9270
12 changed files with 85 additions and 35 deletions

View File

@@ -15,3 +15,8 @@ dependencies = [
"readabilipy>=0.3.0",
"tavily-python>=0.7.17",
]
[dependency-groups]
dev = [
"ruff>=0.14.11",
]