mirror of https://github.com/nucypher/pyUmbral.git
Add mypy.ini configuration
parent
b222cdd93c
commit
223c32108c
|
@ -117,6 +117,6 @@ jobs:
|
|||
name: Run Mypy Static Type Checks
|
||||
command: |
|
||||
pipenv install --dev --skip-lock lxml
|
||||
pipenv run mypy --xslt-html-report ./mypy_report ./umbral
|
||||
pipenv run mypy --xslt-html-report ./mypy_report ./umbral --config-file=mypy.ini
|
||||
- store_artifacts:
|
||||
path: ./mypy_report
|
||||
|
|
|
@ -243,4 +243,5 @@ pip-selfcheck.json
|
|||
|
||||
# End of https://www.gitignore.io/api/vim,linux,macos,python,pycharm,virtualenv
|
||||
|
||||
.idea
|
||||
.idea
|
||||
/mypy_report/
|
||||
|
|
Loading…
Reference in New Issue