We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3219664 commit 5e7f481Copy full SHA for 5e7f481
3 files changed
.github/workflows/lint.yml
@@ -26,7 +26,7 @@ jobs:
26
pyproject.toml
27
28
- name: Install dependencies
29
- run: uv sync
+ run: uv sync --frozen
30
31
- name: Run pre-commit hooks
32
run: uv run pre-commit run --all-files
pyproject.toml
@@ -47,6 +47,7 @@ packages = ["src/modelscope_mcp_server"]
47
48
[dependency-groups]
49
dev = [
50
+ "pre-commit>=4.2.0",
51
"pytest>=8.4.1",
52
"pytest-asyncio>=1.0.0",
53
"pytest-cov>=6.2.1",
0 commit comments