mypy does not detect package... maybe now?

This commit is contained in:
Christoph Stahl 2022-12-04 16:15:52 +01:00
parent 1d38fa4dde
commit 6ade24bce2

View file

@ -1,8 +1,8 @@
test:mypy:
code_qualityt:
image: python:3
script:
- pip install mypy --quiet
- pip install pylint --quiet
- pip install -e . --quiet
- mypy syng --strict
- mypy -p syng --strict
- pylint syng