Skip to content

Commit c249a6d

Browse files
committed
fix depencency placement
1 parent a661cf7 commit c249a6d

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,6 @@ dependencies = [
1515
"httpx>=0.28.0,<0.29.0",
1616
"attrs>=21.3.0",
1717
"flask-cors>=6.0.1,<7",
18-
"pre-commit==4.5.0",
1918
]
2019

2120
[project.urls]
@@ -44,6 +43,7 @@ dev = [
4443
"ruff==0.12",
4544
"flask>=3.0.3,<4",
4645
"pyright>=1.1.383,<2",
46+
"pre-commit==4.5.0",
4747
]
4848
test = [
4949
"pytest>=7.4.2,<8",

uv.lock

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

0 commit comments

Comments
 (0)