summaryrefslogtreecommitdiff
path: root/.pre-commit-config.yaml
diff options
context:
space:
mode:
authorAllen Winter <allen.winter@kdab.com>2022-09-24 12:42:59 -0400
committerAllen Winter <allen.winter@kdab.com>2022-09-24 12:42:59 -0400
commitc5d7213b09a8a596e33885f04d359b92be1a1119 (patch)
tree5c3ff5da6d5b1afd7bdcdb7b09c97d7934e72541 /.pre-commit-config.yaml
parent69d65ed88f36a63d097bb32f12bb357a01c208d7 (diff)
downloadlibical-git-c5d7213b09a8a596e33885f04d359b92be1a1119.tar.gz
.pre-commit-config.yaml - autoupdate
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 4dc2a89c..8f64413f 100644
--- a/.pre-commit-config.yaml
+++ b/.pre-commit-config.yaml
@@ -2,7 +2,7 @@
# See https://pre-commit.com/hooks.html for more hooks
repos:
- repo: https://github.com/pre-commit/pre-commit-hooks
- rev: v3.2.0
+ rev: v4.3.0
hooks:
- id: trailing-whitespace
- id: end-of-file-fixer
@@ -15,11 +15,11 @@ repos:
# hooks:
# - id: clang-format
- repo: https://github.com/PyCQA/pylint
- rev: v2.12.2
+ rev: v2.15.3
hooks:
- id: pylint
- repo: https://github.com/codespell-project/codespell
- rev: v2.1.0
+ rev: v2.2.1
hooks:
- id: codespell
- repo: https://github.com/cheshirekow/cmake-format-precommit