Skip to content

Commit

Permalink
build: Fix wrong command
Browse files Browse the repository at this point in the history
  • Loading branch information
bow committed Jul 26, 2024
1 parent 60279a0 commit 107ba49
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 @@ -79,7 +79,7 @@ lint: lint-types lint-style lint-metrics ## Run the linter suite.

.PHONY: lint-types
lint-types: ## Lint the type hints.
run mypy crimson tests
mypy crimson tests


.PHONY: lint-style
Expand Down

0 comments on commit 107ba49

Please sign in to comment.