diff --git a/Makefile b/Makefile index c309d62c..c69694e9 100644 --- a/Makefile +++ b/Makefile @@ -60,13 +60,14 @@ test-py3: build coverage html --rcfile=./.coveragerc check: - # Static analysis flake8 src/dependency_injector/ flake8 examples/ - # Code style analysis + pydocstyle src/dependency_injector/ pydocstyle examples/ + mypy tests/typing + test-publish: cythonize # Create distributions python setup.py sdist