Implemented GUI for syng #2
1 changed files with 2 additions and 1 deletions
|
@ -4,10 +4,11 @@ mypy:
|
||||||
stage: test
|
stage: test
|
||||||
script:
|
script:
|
||||||
- pip install mypy --quiet
|
- pip install mypy --quiet
|
||||||
|
- mypy --install-types
|
||||||
- mypy syng --strict
|
- mypy syng --strict
|
||||||
|
|
||||||
ruff:
|
ruff:
|
||||||
stage: test
|
stage: test
|
||||||
script:
|
script:
|
||||||
- pip install ruff --quiet
|
- pip install ruff --quiet
|
||||||
- ruff syng
|
- ruff syng
|
||||||
|
|
Loading…
Add table
Reference in a new issue