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.yml2
-rw-r--r--.pre-commit-config.yaml2
2 files changed, 2 insertions, 2 deletions
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index f4e25af8e..344e67db7 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -31,7 +31,7 @@ test-pyright:
- pip3 install git+https://dev.gajim.org/gajim/python-nbxmpp.git
- pip3 install git+https://dev.gajim.org/gajim/omemo-dr.git
- pip3 install --config-settings=config=Gtk3,Gdk3,GtkSource4 git+https://github.com/pygobject/pygobject-stubs.git
- - npm install pyright@1.1.292
+ - npm install pyright@1.1.302
- node_modules/.bin/pyright --version
- node_modules/.bin/pyright
interruptible: true
diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml
index 3e7c084b8..b86c45aba 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.292
+ rev: v1.1.302
hooks:
- id: pyright
pass_filenames: false