mirror of
https://gitlab.com/sspaeth/cleanmedia.git
synced 2025-04-03 18:30:48 +00:00
CI: Add mypy check
This commit is contained in:
parent
edae37dc06
commit
3e063e92d4
1 changed files with 3 additions and 0 deletions
|
@ -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
|
Loading…
Add table
Reference in a new issue