Skip to content

Commit b91f4bb

Browse files
committed
infra: resolve make & ruff conflicts
1 parent 85f753f commit b91f4bb

2 files changed

Lines changed: 152 additions & 154 deletions

File tree

Makefile

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -18,13 +18,13 @@ help: Makefile
1818
## upgrade : Update pre-commit configuration.
1919
.PHONY: upgrade
2020
upgrade: sync
21-
uv run pre-commit autoupdate
21+
uvx pre-commit autoupdate
2222

2323

2424
## check : Execute pre-commit hooks.
2525
.PHONY: check
2626
check: sync
27-
uv run pre-commit run --all-files
27+
uvx pre-commit run --all-files
2828

2929

3030
## format : Format code.
@@ -36,7 +36,7 @@ format: sync
3636
## test : Execute tests.
3737
.PHONY: test
3838
test: sync
39-
uv run pytest -q
39+
uv run --group tests pytest -q
4040

4141

4242
## version : Show which version is detected

0 commit comments

Comments
 (0)