Skip to content

Commit 5e7f481

Browse files
committed
fix: restore pre-commit dev dependency
1 parent 3219664 commit 5e7f481

3 files changed

Lines changed: 123 additions & 1 deletion

File tree

.github/workflows/lint.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ jobs:
2626
pyproject.toml
2727
2828
- name: Install dependencies
29-
run: uv sync
29+
run: uv sync --frozen
3030

3131
- name: Run pre-commit hooks
3232
run: uv run pre-commit run --all-files

pyproject.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -47,6 +47,7 @@ packages = ["src/modelscope_mcp_server"]
4747

4848
[dependency-groups]
4949
dev = [
50+
"pre-commit>=4.2.0",
5051
"pytest>=8.4.1",
5152
"pytest-asyncio>=1.0.0",
5253
"pytest-cov>=6.2.1",

0 commit comments

Comments
 (0)