Skip to content

Commit 2f57e08

Browse files
committed
remove unused mypy
1 parent 9ea9a23 commit 2f57e08

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

Makefile

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,6 @@
11
.DEFAULT_GOAL := all
22
sources = python/pydantic_core tests generate_self_schema.py wasm-preview/run_tests.py
33

4-
mypy-stubtest = python -m mypy.stubtest pydantic_core._pydantic_core --allowlist .mypy-stubtest-allowlist
5-
64
# using pip install cargo (via maturin via pip) doesn't get the tty handle
75
# so doesn't render color without some help
86
export CARGO_TERM_COLOR=$(shell (test -t 0 && echo "always") || echo "auto")
@@ -109,7 +107,6 @@ format:
109107
lint-python:
110108
uv run ruff check $(sources)
111109
uv run ruff format --check $(sources)
112-
$(mypy-stubtest)
113110
griffe dump -f -d google -LWARNING -o/dev/null python/pydantic_core
114111

115112
.PHONY: lint-rust

0 commit comments

Comments
 (0)