added pylint

This commit is contained in:
Christoph Stahl 2022-12-04 16:13:00 +01:00
parent f9cc8f167d
commit 1d38fa4dde

View file

@ -2,4 +2,7 @@ test:mypy:
image: python:3 image: python:3
script: script:
- pip install mypy --quiet - pip install mypy --quiet
- pip install pylint --quiet
- pip install -e . --quiet
- mypy syng --strict - mypy syng --strict
- pylint syng