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 /.pre-commit-config.yaml
parentee774b293139231ebabee2e61f533e271061ba7a (diff)
ci: Fix linter version
Diffstat (limited to '.pre-commit-config.yaml')
-rw-r--r--.pre-commit-config.yaml2
1 files changed, 1 insertions, 1 deletions
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