summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorpre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>2022-12-20 02:11:38 +0000
committerAllen Winter <allen.winter@kdab.com>2022-12-20 06:12:47 -0500
commit2f7ed502371a5c9a15aae4518deb85d0f11ac1e6 (patch)
treecc7329f94e3dbe6b4526d80baa92e0c6300e02bb
parent708db8d2aa747b80db29815a57a377ffe34e7868 (diff)
downloadlibical-git-2f7ed502371a5c9a15aae4518deb85d0f11ac1e6.tar.gz
[pre-commit.ci] pre-commit autoupdate
updates: - [github.com/pre-commit/pre-commit-hooks: v4.3.0 → v4.4.0](https://github.com/pre-commit/pre-commit-hooks/compare/v4.3.0...v4.4.0) - [github.com/PyCQA/pylint: v2.15.6 → v2.15.9](https://github.com/PyCQA/pylint/compare/v2.15.6...v2.15.9) - [github.com/pre-commit/mirrors-autopep8: v2.0.0 → v2.0.1](https://github.com/pre-commit/mirrors-autopep8/compare/v2.0.0...v2.0.1) - [github.com/fsfe/reuse-tool: v1.0.0 → v1.1.0](https://github.com/fsfe/reuse-tool/compare/v1.0.0...v1.1.0)
-rw-r--r--.pre-commit-config.yaml8
1 files changed, 4 insertions, 4 deletions
diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml
index 731b52b9..c305e245 100644
--- a/.pre-commit-config.yaml
+++ b/.pre-commit-config.yaml
@@ -3,7 +3,7 @@
exclude: ^(zoneinfo/)
repos:
- repo: https://github.com/pre-commit/pre-commit-hooks
- rev: v4.3.0
+ rev: v4.4.0
hooks:
- id: trailing-whitespace
- id: end-of-file-fixer
@@ -18,12 +18,12 @@ repos:
# hooks:
# - id: clang-format
- repo: https://github.com/PyCQA/pylint
- rev: v2.15.6
+ rev: v2.15.9
hooks:
- id: pylint
exclude: ^(.cmake-format.py)
- repo: https://github.com/pre-commit/mirrors-autopep8
- rev: v2.0.0
+ rev: v2.0.1
hooks:
- id: autopep8
exclude: ^(.cmake-format.py)
@@ -44,6 +44,6 @@ repos:
language: ruby
files: \.(md|mdown|markdown)$
- repo: https://github.com/fsfe/reuse-tool
- rev: v1.0.0
+ rev: v1.1.0
hooks:
- id: reuse