diff --git a/Makefile b/Makefile index d9a0be0..3b59ab9 100644 --- a/Makefile +++ b/Makefile @@ -8,6 +8,6 @@ benchmark: .PHONY: lint lint: - poetry run mypy --check-untyped-defs --ignore-missing-imports . + poetry run mypy . trace_bench: poetry run python -m benchmarks.trace_bench