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:
-rw-r--r--.gitlab-ci.yml4
-rw-r--r--.pre-commit-config.yaml2
2 files changed, 3 insertions, 3 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
diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml
index 46d3e607b..abd975ae8 100644
--- a/.pre-commit-config.yaml
+++ b/.pre-commit-config.yaml
@@ -14,7 +14,7 @@ repos:
- tomli
- repo: https://github.com/RobertCraigie/pyright-python
- rev: v1.1.291
+ rev: v1.1.292
hooks:
- id: pyright
pass_filenames: false