Skip to content

Commit

Permalink
📝 remove mypy
Browse files Browse the repository at this point in the history
  • Loading branch information
vahidtwo committed Dec 3, 2023
1 parent b1a1065 commit 7b8142d
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,6 @@ check: ## Run code quality tools.
@poetry check --lock
@echo "🚀 Linting code: Running pre-commit"
@poetry run pre-commit run -a
@echo "🚀 Static type checking: Running mypy"

.PHONY: test
test: ## Test the code with pytest
Expand Down

0 comments on commit 7b8142d

Please sign in to comment.