Skip to content

Commit

Permalink
ci(tmp): skip mypy static check
Browse files Browse the repository at this point in the history
  • Loading branch information
iamogbz committed Jan 26, 2023
1 parent 69f6884 commit 0b9c348
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 @@ -117,7 +117,7 @@ lint:
$(ISORT_EXEC) . --check
$(BLACK_EXEC) . --check
${LINT_EXEC} src *.py
$(MYPY_EXEC) src *.py
# $(MYPY_EXEC) src *.py

.PHONY: format
format:
Expand Down

0 comments on commit 0b9c348

Please sign in to comment.