Implemented GUI for syng #2

Merged
christofsteel merged 18 commits from gui into main 2023-12-18 19:48:28 +01:00
Showing only changes of commit cb00e62143 - Show all commits

View file

@ -4,10 +4,11 @@ mypy:
stage: test
script:
- pip install mypy --quiet
- mypy --install-types
- mypy syng --strict
ruff:
stage: test
script:
- pip install ruff --quiet
- ruff syng
- ruff syng