We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 455efa5 commit 32c50eaCopy full SHA for 32c50ea
2 files changed
.github/workflows/_test.yml
@@ -51,7 +51,7 @@ jobs:
51
pip-install: ".[dev]"
52
53
- name: Run tests
54
- run: hatch run tests
+ run: tox -e tests
55
56
- name: Upload coverage to Codecov
57
uses: codecov/codecov-action@v5
.pre-commit-config.yaml
@@ -9,13 +9,13 @@ repos:
9
10
- repo: https://github.com/astral-sh/uv-pre-commit
11
# uv version.
12
- rev: 0.6.3
+ rev: 0.6.14
13
hooks:
14
- id: uv-lock
15
16
- repo: https://github.com/astral-sh/ruff-pre-commit
17
# Ruff version.
18
- rev: v0.9.6
+ rev: v0.11.4
19
20
# Run the linter.
21
- id: ruff
0 commit comments