Skip to content

Commit a749ef8

Browse files
committed
uv run
1 parent a80e698 commit a749ef8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -107,7 +107,7 @@ format:
107107
lint-python:
108108
uv run ruff check $(sources)
109109
uv run ruff format --check $(sources)
110-
griffe dump -f -d google -LWARNING -o/dev/null python/pydantic_core
110+
uv run griffe dump -f -d google -LWARNING -o/dev/null python/pydantic_core
111111

112112
.PHONY: lint-rust
113113
lint-rust:

0 commit comments

Comments
 (0)