mirror of
https://github.com/ets-labs/python-dependency-injector.git
synced 2025-07-09 15:42:23 +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
|
coverage html --rcfile=./.coveragerc
|
||||||
|
|
||||||
check:
|
check:
|
||||||
# Static analysis
|
|
||||||
flake8 src/dependency_injector/
|
flake8 src/dependency_injector/
|
||||||
flake8 examples/
|
flake8 examples/
|
||||||
# Code style analysis
|
|
||||||
pydocstyle src/dependency_injector/
|
pydocstyle src/dependency_injector/
|
||||||
pydocstyle examples/
|
pydocstyle examples/
|
||||||
|
|
||||||
|
mypy tests/typing
|
||||||
|
|
||||||
test-publish: cythonize
|
test-publish: cythonize
|
||||||
# Create distributions
|
# Create distributions
|
||||||
python setup.py sdist
|
python setup.py sdist
|
||||||
|
|
Loading…
Reference in New Issue
Block a user