Skip to content

Commit df7b1c3

Browse files
committed
fix: add ruff as runtime dependency for bot
1 parent f4f8ed7 commit df7b1c3

File tree

2 files changed

+3
-0
lines changed

2 files changed

+3
-0
lines changed

services/bot/pyproject.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,7 @@ dependencies = [
1515
"python-dotenv>=1.0.0",
1616
"anyio>=4.1.0",
1717
"tenacity>=8.2.0",
18+
"ruff>=0.8.0",
1819
]
1920
requires-python = ">=3.13,<4.0"
2021
license = { text = "MIT" }

uv.lock

Lines changed: 2 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)