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-08-29 17:28:19 +0300
committerPhilipp Hörist <philipp@hoerist.com>2023-08-29 17:28:19 +0300
commitfad902f269504e4bba3100278b345eb0fd11fbde (patch)
tree298c66fcce39f1fefdc6df2fd52d5e36a531ee99 /.pre-commit-config.yaml
parenta90f1424241f683886ead0b07bbb7de545b88fae (diff)
ci: Update liniting tools
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 45c733575..d975271e6 100644
--- a/.pre-commit-config.yaml
+++ b/.pre-commit-config.yaml
@@ -1,12 +1,12 @@
repos:
- repo: https://github.com/charliermarsh/ruff-pre-commit
- rev: v0.0.270
+ rev: v0.0.286
hooks:
- id: ruff
exclude: ".githooks/"
- repo: https://github.com/codespell-project/codespell
- rev: v2.2.2
+ rev: v2.2.5
hooks:
- id: codespell
pass_filenames: false
@@ -14,7 +14,7 @@ repos:
- tomli
- repo: https://github.com/RobertCraigie/pyright-python
- rev: v1.1.310
+ rev: v1.1.324
hooks:
- id: pyright
pass_filenames: false