Skip to content

Commit 32c50ea

Browse files
committed
Remove hatch run from _test.yml; Bump pre-commit hook versions
1 parent 455efa5 commit 32c50ea

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/_test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ jobs:
5151
pip-install: ".[dev]"
5252

5353
- name: Run tests
54-
run: hatch run tests
54+
run: tox -e tests
5555

5656
- name: Upload coverage to Codecov
5757
uses: codecov/codecov-action@v5

.pre-commit-config.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,13 +9,13 @@ repos:
99

1010
- repo: https://github.com/astral-sh/uv-pre-commit
1111
# uv version.
12-
rev: 0.6.3
12+
rev: 0.6.14
1313
hooks:
1414
- id: uv-lock
1515

1616
- repo: https://github.com/astral-sh/ruff-pre-commit
1717
# Ruff version.
18-
rev: v0.9.6
18+
rev: v0.11.4
1919
hooks:
2020
# Run the linter.
2121
- id: ruff

0 commit comments

Comments
 (0)