mirror of
https://github.com/ets-labs/python-dependency-injector.git
synced 2025-07-09 06:43:13 +03:00
Add mypy checks to makefile command
This commit is contained in:
parent
34a32d44da
commit
3f05141f1a
5
Makefile
5
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
|
||||
|
|
Loading…
Reference in New Issue
Block a user