Add pyright to CI

This commit is contained in:
Philipp Hörist
2026-01-02 21:52:27 +01:00
parent 67e7b24ce2
commit 91a5e4c9e6

View File

@@ -9,6 +9,21 @@ deploy-plugins:
script: script:
- python3 .ci/deploy.py - python3 .ci/deploy.py
test-pyright:
image: gajim-test
stage: test
allow_failure: true
rules:
- changes:
- "**/*.py"
script:
- pip install git+https://dev.gajim.org/gajim/python-nbxmpp.git
- pip install git+https://dev.gajim.org/gajim/gajim.git
- pip install pygobject-stubs==2.16.0
- pyright --version
- pyright
interruptible: true
test-isort: test-isort:
image: gajim-test image: gajim-test
stage: test stage: test