summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorpre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>2022-11-01 00:46:52 +0000
committerAllen Winter <allen.winter@kdab.com>2022-11-20 09:33:56 -0500
commit7ca4e2f8be8aba1a91844dcc1b07f73e2e9d1fd1 (patch)
tree3fa436f42c6cea05557a05b41f63584cb65f557b
parent708139306fb40db979ead95ae2fd4f366ca221ae (diff)
downloadlibical-git-7ca4e2f8be8aba1a91844dcc1b07f73e2e9d1fd1.tar.gz
[pre-commit.ci] pre-commit autoupdate
updates: - [github.com/PyCQA/pylint: v2.15.4 → v2.15.5](https://github.com/PyCQA/pylint/compare/v2.15.4...v2.15.5) - [github.com/pre-commit/mirrors-autopep8: v1.7.0 → v2.0.0](https://github.com/pre-commit/mirrors-autopep8/compare/v1.7.0...v2.0.0)
-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 365a23fe..66dff11f 100644
--- a/.pre-commit-config.yaml
+++ b/.pre-commit-config.yaml
@@ -18,12 +18,12 @@ repos:
# hooks:
# - id: clang-format
- repo: https://github.com/PyCQA/pylint
- rev: v2.15.4
+ rev: v2.15.5
hooks:
- id: pylint
exclude: ^(.cmake-format.py)
- repo: https://github.com/pre-commit/mirrors-autopep8
- rev: v1.7.0
+ rev: v2.0.0
hooks:
- id: autopep8
exclude: ^(.cmake-format.py)