Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
16 changes: 8 additions & 8 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -43,23 +43,23 @@ dev = [
"werkzeug[watchdog]==3.1.8",
"ipdb==0.13.13",
# Testing
"mypy==2.3.0",
"django-stubs[compatible-mypy]==6.0.7",
"mypy==2.3.1",
"django-stubs[compatible-mypy]==6.1.1",
"pytest==9.1.1",
"pytest-sugar==1.1.1",
"djangorestframework-stubs[compatible-mypy]==3.17.1",
"djangorestframework-stubs[compatible-mypy]==3.18.1",
# Code quality
# black 是本项目唯一的格式化器(见 .pre-commit-config.yaml 的说明);
# 必须列在依赖里,否则本地 `uv run black` 不可用,只有 pre-commit 自建环境能跑。
"black==25.12.0",
"ruff==0.16.0",
"coverage==7.15.2",
"djlint==1.43.0",
"pre-commit==4.6.1",
"ruff==0.16.8",
"coverage==7.16.1",
"djlint==1.46.1",
"pre-commit==4.6.2",
# Django
"django-debug-toolbar==6.3.0",
"django-coverage-plugin==3.2.2",
"pytest-django==4.12.0",
"pytest-django==4.14.0",
"vulture==2.16",
]
production = [
Expand Down
Loading
Loading