mypy does not detect package... maybe now?
This commit is contained in:
parent
1d38fa4dde
commit
6ade24bce2
1 changed files with 2 additions and 2 deletions
|
@ -1,8 +1,8 @@
|
||||||
test:mypy:
|
code_qualityt:
|
||||||
image: python:3
|
image: python:3
|
||||||
script:
|
script:
|
||||||
- pip install mypy --quiet
|
- pip install mypy --quiet
|
||||||
- pip install pylint --quiet
|
- pip install pylint --quiet
|
||||||
- pip install -e . --quiet
|
- pip install -e . --quiet
|
||||||
- mypy syng --strict
|
- mypy -p syng --strict
|
||||||
- pylint syng
|
- pylint syng
|
||||||
|
|
Loading…
Add table
Reference in a new issue