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 9ea9a23 commit 2f57e08Copy full SHA for 2f57e08
Makefile
@@ -1,8 +1,6 @@
1
.DEFAULT_GOAL := all
2
sources = python/pydantic_core tests generate_self_schema.py wasm-preview/run_tests.py
3
4
-mypy-stubtest = python -m mypy.stubtest pydantic_core._pydantic_core --allowlist .mypy-stubtest-allowlist
5
-
6
# using pip install cargo (via maturin via pip) doesn't get the tty handle
7
# so doesn't render color without some help
8
export CARGO_TERM_COLOR=$(shell (test -t 0 && echo "always") || echo "auto")
@@ -109,7 +107,6 @@ format:
109
107
lint-python:
110
108
uv run ruff check $(sources)
111
uv run ruff format --check $(sources)
112
- $(mypy-stubtest)
113
griffe dump -f -d google -LWARNING -o/dev/null python/pydantic_core
114
115
.PHONY: lint-rust
0 commit comments