mirror of https://github.com/nucypher/nucypher.git
Enforce mypy checks
parent
b4a11896c3
commit
3c4793addc
|
@ -171,7 +171,7 @@ jobs:
|
|||
command: |
|
||||
mkdir ./mypy_reports ./mypy_results
|
||||
export MYPYPATH=./nucypher
|
||||
pipenv run mypy ./nucypher --config-file=mypy.ini --xslt-html-report ./mypy_reports/html/ --linecount-report ./mypy_reports/linecount --junit-xml ./mypy_results/results.xml || true
|
||||
pipenv run mypy ./nucypher --config-file=mypy.ini --xslt-html-report ./mypy_reports/html/ --linecount-report ./mypy_reports/linecount --junit-xml ./mypy_results/results.xml
|
||||
- store_artifacts:
|
||||
path: ./mypy_reports
|
||||
- store_test_results:
|
||||
|
|
Loading…
Reference in New Issue