Skip to content

Commit

Permalink
fix: enable flake8 and mypy in CI (#75)
Browse files Browse the repository at this point in the history
Signed-off-by: feng-tao <fengtao04@gmail.com>
  • Loading branch information
feng-tao authored Oct 16, 2020
1 parent 2d1725b commit 32e317c
Showing 1 changed file with 10 additions and 1 deletion.
11 changes: 10 additions & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -7,4 +7,13 @@
python -m pytest tests
python3 -bb -m pytest tests

test: test_unit

lint:
flake8 .

.PHONY: mypy
mypy:
mypy .


test: test_unit lint mypy

0 comments on commit 32e317c

Please sign in to comment.