Welcome to mirror list, hosted at ThFree Co, Russian Federation.

dev.gajim.org/gajim/gajim.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPhilipp Hörist <philipp@hoerist.com>2023-02-01 23:46:09 +0300
committerPhilipp Hörist <philipp@hoerist.com>2023-02-01 23:46:09 +0300
commit27f65cf69c484b7449205603f32872f34a916ffa (patch)
treeb49e08b7c7d71b8b797b0f5f2fbcccf1458800f3 /.gitlab-ci.yml
parentee774b293139231ebabee2e61f533e271061ba7a (diff)
ci: Fix linter version
Diffstat (limited to '.gitlab-ci.yml')
-rw-r--r--.gitlab-ci.yml4
1 files changed, 2 insertions, 2 deletions
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index c920d239e..69c850300 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -29,7 +29,7 @@ test-pyright:
script:
- pip3 install git+https://dev.gajim.org/gajim/python-nbxmpp.git
- pip3 install --config-settings=config=Gtk3,Gdk3,GtkSource4 git+https://github.com/pygobject/pygobject-stubs.git
- - npm install pyright
+ - npm install pyright@1.1.292
- node_modules/.bin/pyright --version
- node_modules/.bin/pyright
interruptible: true
@@ -50,7 +50,7 @@ test-isort:
- changes:
- "**/*.py"
script:
- - pip3 install isort
+ - pip3 install isort==5.12.0
- isort --check .
interruptible: true