mirror of
https://github.com/cedricbonhomme/Stegano.git
synced 2025-05-12 17:18:30 +02:00
added type check task
This commit is contained in:
parent
dbe54238b4
commit
c6481938de
1 changed files with 2 additions and 0 deletions
|
@ -13,3 +13,5 @@ tasks:
|
||||||
pipenv install
|
pipenv install
|
||||||
pipenv install --dev
|
pipenv install --dev
|
||||||
pipenv run nosetests --with-coverage --cover-package=stegano
|
pipenv run nosetests --with-coverage --cover-package=stegano
|
||||||
|
- typecheck: |
|
||||||
|
pipenv run python tools/run_mypy.py
|
||||||
|
|
Loading…
Add table
Reference in a new issue