From 793422a66b83dafde424cd62f2c044fa53b762e4 Mon Sep 17 00:00:00 2001 From: GitHub Date: Sun, 1 Oct 2023 10:23:11 +0000 Subject: [PATCH] Auto pre-commit update --- .pre-commit-config.yaml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 1359908afa..a01f19c221 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -10,7 +10,7 @@ repos: - id: mixed-line-ending args: ['--fix=lf'] - repo: https://github.com/psf/black - rev: 23.1.0 + rev: 23.9.1 hooks: - id: black - repo: https://github.com/pocc/pre-commit-hooks @@ -20,12 +20,12 @@ repos: args: ["--std=c++11", "--language=c++", "--suppressions-list=cppcheckSuppressions.txt", "--inline-suppr", "--force"] # - id: clang-format - repo: https://github.com/codespell-project/codespell - rev: v2.2.2 + rev: v2.2.5 hooks: - id: codespell pass_filenames: false - repo: https://github.com/crate-ci/typos - rev: typos-dict-v0.9.16 + rev: v1.16.15 hooks: - id: typos args: ['--config=typos-config.toml']