summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorpre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>2023-04-04 07:41:01 +0000
committerGitHub <noreply@github.com>2023-04-04 07:41:01 +0000
commitc5e0abce73b29359095962ea103831d955ea188e (patch)
treeb46f16bcead1613b643833969c36632de0ab5a8e
parentddf953c98124a648d75d640e5de95357b7d754b4 (diff)
downloadlibical-git-pre-commit-ci-update-config.tar.gz
[pre-commit.ci] pre-commit autoupdatepre-commit-ci-update-config
updates: - [github.com/PyCQA/pylint: v2.15.9 → v3.0.0a6](https://github.com/PyCQA/pylint/compare/v2.15.9...v3.0.0a6) - [github.com/pre-commit/mirrors-autopep8: v2.0.1 → v2.0.2](https://github.com/pre-commit/mirrors-autopep8/compare/v2.0.1...v2.0.2) - [github.com/codespell-project/codespell: v2.2.2 → v2.2.4](https://github.com/codespell-project/codespell/compare/v2.2.2...v2.2.4) - [github.com/fsfe/reuse-tool: v1.1.0 → v1.1.2](https://github.com/fsfe/reuse-tool/compare/v1.1.0...v1.1.2)
-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 c305e245..f31b107c 100644
--- a/.pre-commit-config.yaml
+++ b/.pre-commit-config.yaml
@@ -18,17 +18,17 @@ repos:
# hooks:
# - id: clang-format
- repo: https://github.com/PyCQA/pylint
- rev: v2.15.9
+ rev: v3.0.0a6
hooks:
- id: pylint
exclude: ^(.cmake-format.py)
- repo: https://github.com/pre-commit/mirrors-autopep8
- rev: v2.0.1
+ rev: v2.0.2
hooks:
- id: autopep8
exclude: ^(.cmake-format.py)
- repo: https://github.com/codespell-project/codespell
- rev: v2.2.2
+ rev: v2.2.4
hooks:
- id: codespell
- repo: https://github.com/cheshirekow/cmake-format-precommit
@@ -44,6 +44,6 @@ repos:
language: ruby
files: \.(md|mdown|markdown)$
- repo: https://github.com/fsfe/reuse-tool
- rev: v1.1.0
+ rev: v1.1.2
hooks:
- id: reuse