Skip to content

Commit

Permalink
Add and apply mypy for type checking (#104)
Browse files Browse the repository at this point in the history
  • Loading branch information
takahi-i committed Jan 3, 2021
1 parent 9e77137 commit d998ec9
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions {{ cookiecutter.project_slug }}/Makefile
Expand Up @@ -123,6 +123,7 @@ test: ## run test cases in tests directory

lint: ## check style with flake8
flake8 {{ cookiecutter.project_slug }}
mypy {{ cookiecutter.project_slug }}

profile: ## show profile of the project
@echo "CONTAINER_NAME: $(CONTAINER_NAME)"
Expand Down
1 change: 1 addition & 0 deletions {{ cookiecutter.project_slug }}/requirements_dev.txt
Expand Up @@ -3,3 +3,4 @@ jupyter
notebook
Sphinx
flake8
mypy

0 comments on commit d998ec9

Please sign in to comment.