CI: Add mypy check

This commit is contained in:
Sebastian Spaeth 2023-09-18 13:28:44 +02:00
parent edae37dc06
commit 3e063e92d4

View file

@ -10,8 +10,11 @@ workflow:
before_script:
# - python --version ; pip --version # For debugging
- pip install flake8 -qq
- pip install mypy -qq
- pip install types-PyYAML types-psycopg2 -qq
test:
script:
# ignore long lines
- flake8 --ignore=E501 cleanmedia
- mypy cleanmedia