We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a80e698 commit a749ef8Copy full SHA for a749ef8
Makefile
@@ -107,7 +107,7 @@ format:
107
lint-python:
108
uv run ruff check $(sources)
109
uv run ruff format --check $(sources)
110
- griffe dump -f -d google -LWARNING -o/dev/null python/pydantic_core
+ uv run griffe dump -f -d google -LWARNING -o/dev/null python/pydantic_core
111
112
.PHONY: lint-rust
113
lint-rust:
0 commit comments