Skip to content

Commit

Permalink
Upgrade again; use clearer factor-passing.
Browse files Browse the repository at this point in the history
  • Loading branch information
jsirois committed Jan 17, 2025
1 parent aab55e6 commit 303ab45
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 4 deletions.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -155,7 +155,7 @@ PYTHONPATH = "../test-support"
SCIENCE_TEST_PYZ_PATH = "../dist/science.pyz"

[tool.dev-cmd.tasks]
linkcheck = ["doc-typelinkcheck"]
linkcheck = ["doc-type:linkcheck"]
test = ["create-zipapp", "pytest"]
checks = [["check-python-version", ["fmt", "lint"]], "type-check", "test"]
ci = [["check-python-version", "check-fmt", "check-lint", "type-check"], "test"]
Expand Down
5 changes: 2 additions & 3 deletions uv.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 303ab45

Please sign in to comment.