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-29 17:26:10 +0300
committerPhilipp Hörist <philipp@hoerist.com>2023-01-29 17:57:38 +0300
commitc40ec07fdf0a5547d9c4797ef621ab290c2bee69 (patch)
tree212aa9539b2724ef3af712b98285e82ce282fa07 /.pre-commit-config.yaml
parenteb5ce03b3512e8e8b412250128d3a9664dc4387d (diff)
ci: Update lint configs
Diffstat (limited to '.pre-commit-config.yaml')
-rw-r--r--.pre-commit-config.yaml6
1 files changed, 3 insertions, 3 deletions
diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml
index 474fbbdcf..1bb1f0bb3 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.211
+ rev: v0.0.237
hooks:
- id: ruff
exclude: ".githooks/"
@@ -15,7 +15,7 @@ repos:
- tomli
- repo: https://github.com/RobertCraigie/pyright-python
- rev: v1.1.287
+ rev: v1.1.291
hooks:
- id: pyright
pass_filenames: false
@@ -28,6 +28,6 @@ repos:
stages: [manual]
- repo: https://github.com/pycqa/isort
- rev: 5.11.4
+ rev: 5.12.0
hooks:
- id: isort