mirror of
https://github.com/f-droid/fdroidserver.git
synced 2025-10-05 00:41:06 +03:00
Add a mypy run to the pipeline
This commit is contained in:
parent
7e60acb259
commit
8f0712e89b
4 changed files with 27 additions and 5 deletions
|
@ -188,6 +188,13 @@ lint_format_safety_bandit_checks:
|
|||
- pybabel compile --domain=fdroidserver --directory locale 2>&1 | (grep -F "error:" && exit 1) || true
|
||||
- exit $EXITVALUE
|
||||
|
||||
lint_mypy:
|
||||
image: python:3.9-buster
|
||||
script:
|
||||
- pip install mypy
|
||||
- pip install -e .[test]
|
||||
- mypy
|
||||
|
||||
fedora_latest:
|
||||
image: fedora:latest
|
||||
only:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue