Skip to content

Commit 14fc85b

Browse files
Merge branch 'feat/local_storage_client' of https://github.com/DmitriyAlergant/chainlit into feat/local_storage_client
2 parents 6557758 + d517152 commit 14fc85b

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

backend/pyproject.toml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -201,3 +201,9 @@ ignore = [
201201

202202
[tool.ruff.lint.isort]
203203
combine-as-imports = true
204+
205+
[dependency-groups]
206+
dev = [
207+
"mypy>=1.17.1",
208+
"ruff>=0.12.9",
209+
]

0 commit comments

Comments
 (0)