Skip to content

Commit

Permalink
Fix lint rule
Browse files Browse the repository at this point in the history
  • Loading branch information
k0t3n committed Aug 2, 2024
1 parent 39c3993 commit 99b0b84
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit 99b0b84

Please sign in to comment.