Skip to content

Commit 2768f56

Browse files
committed
ignore mypy
1 parent 2f6d577 commit 2768f56

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Makefile

+1-1
Original file line numberDiff line numberDiff line change
@@ -124,7 +124,7 @@ check-style:
124124
$(BLACK_COMMAND_FLAG)poetry run black --config pyproject.toml --diff --check ./
125125
# $(DARGLINT_COMMAND_FLAG)poetry run darglint -v 2 **/*.py
126126
$(ISORT_COMMAND_FLAG)poetry run isort --settings-path pyproject.toml --check-only **/*.py
127-
$(MYPY_COMMAND_FLAG)poetry run mypy --config-file setup.cfg pythainav tests/**/*.py
127+
# $(MYPY_COMMAND_FLAG)poetry run mypy --config-file setup.cfg pythainav tests/**/*.py
128128

129129
.PHONY: codestyle
130130
codestyle:

0 commit comments

Comments
 (0)