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 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