From 3e792467c2bc82d173c385cd98b273793727b186 Mon Sep 17 00:00:00 2001 From: "pre-commit-ci[bot]" <66853113+pre-commit-ci[bot]@users.noreply.github.com> Date: Tue, 4 Jul 2023 01:18:47 +0000 Subject: [PATCH] [misc] Update pre-commit hooks MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit updates: - [github.com/pre-commit/mirrors-clang-format: v15.0.7 → v16.0.6](https://github.com/pre-commit/mirrors-clang-format/compare/v15.0.7...v16.0.6) - [github.com/PyCQA/pylint: v2.15.9 → v3.0.0a6](https://github.com/PyCQA/pylint/compare/v2.15.9...v3.0.0a6) --- .pre-commit-config.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index dcc9558a1f317..4dbe2a70b6e10 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -15,7 +15,7 @@ repos: args: ['-l', '120'] - repo: https://github.com/pre-commit/mirrors-clang-format - rev: v15.0.7 + rev: v16.0.6 hooks: - id: clang-format exclude: .*\.json$ @@ -27,7 +27,7 @@ repos: - id: end-of-file-fixer - repo: https://github.com/PyCQA/pylint - rev: v2.15.9 + rev: v3.0.0a6 hooks: - id: pylint args: ['-rn', '-sn']