From 99b0b845415fd58ec4ada9006394acf5a4e32811 Mon Sep 17 00:00:00 2001 From: Alexey Kotenko Date: Fri, 2 Aug 2024 15:33:51 +0200 Subject: [PATCH] Fix lint rule --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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