From dbf96091f8c381aa4319c194011c426c78313786 Mon Sep 17 00:00:00 2001 From: Allen Winter Date: Sat, 25 Mar 2023 08:11:25 -0400 Subject: [PATCH] .pre-commit-config.yaml - autoupdate --- .pre-commit-config.yaml | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index b7e0ea53..87ed9db7 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -7,7 +7,7 @@ ci: exclude: ^(cmake/ECM|cmake/KDAB/) 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 @@ -22,17 +22,17 @@ repos: - id: clang-format exclude: (.json) - repo: https://github.com/PyCQA/pylint - rev: v2.15.5 + rev: v2.17.1 hooks: - id: pylint exclude: ^(.cmake-format.py|conan/conanfile.py) additional_dependencies: ["PySide2", "PySide6"] - repo: https://github.com/pre-commit/mirrors-autopep8 - rev: v1.7.0 + rev: v2.0.2 hooks: - id: autopep8 - 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 @@ -50,6 +50,6 @@ repos: language: ruby files: \.(md|mdown|markdown)$ - repo: https://github.com/fsfe/reuse-tool - rev: v1.0.0 + rev: v1.1.2 hooks: - id: reuse