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
4 changes: 2 additions & 2 deletions build/dashboard/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -34,11 +34,11 @@ test = [
# diff-cover (#286): patch-coverage gate — new/changed lines must be >=90% covered.
"diff-cover>=10.4.1",
# hypothesis (#284): property-based tests asserting invariants on the money/numeric logic.
"hypothesis>=6.163.0",
"hypothesis>=6.164.0",
]
# Developer tooling (Wave 7, #280). Pinned so local, pre-commit, and CI all run the SAME ruff
# — lint output is version-sensitive, so a floor would let CI and a contributor disagree.
dev = ["ruff==0.16.0", "pre-commit>=4.6.1"]
dev = ["ruff==0.16.1", "pre-commit>=4.6.1"]

[tool.setuptools.packages.find]
include = ["mining_dashboard*"]
Expand Down
Loading