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-01-05 21:44:33 +0300
committerPhilipp Hörist <philipp@hoerist.com>2023-01-05 21:44:33 +0300
commitf8f4f934009593efce4f44eca66434c8e5820292 (patch)
tree6ae05b59c86b6894e28254f91467928b36e04183 /.pre-commit-config.yaml
parentbf7824ae18dbd9b83b297d5ecedaeff56ca70022 (diff)
chore: Update pre-commit deps
Diffstat (limited to '.pre-commit-config.yaml')
-rw-r--r--.pre-commit-config.yaml4
1 files changed, 2 insertions, 2 deletions
diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml
index edacad689..d4e403c47 100644
--- a/.pre-commit-config.yaml
+++ b/.pre-commit-config.yaml
@@ -1,6 +1,6 @@
repos:
- repo: https://github.com/charliermarsh/ruff-pre-commit
- rev: v0.0.206
+ rev: v0.0.211
hooks:
- id: ruff
exclude: ".githooks/"
@@ -15,7 +15,7 @@ repos:
- tomli
- repo: https://github.com/RobertCraigie/pyright-python
- rev: v1.1.286
+ rev: v1.1.287
hooks:
- id: pyright
pass_filenames: false