From cd2c299748c51d8b52f5e94b7bbaa641431eace8 Mon Sep 17 00:00:00 2001 From: GitHub Date: Sat, 1 Mar 2025 10:28:01 +0000 Subject: [PATCH] Auto pre-commit update --- .pre-commit-config.yaml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 1359908afa..b9dfc9337c 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -2,7 +2,7 @@ exclude: '.*\.(pcap|pcapng|dat|txt)' fail_fast: false repos: - repo: https://github.com/pre-commit/pre-commit-hooks - rev: v4.4.0 + rev: v5.0.0 hooks: - id: trailing-whitespace - id: check-case-conflict @@ -10,7 +10,7 @@ repos: - id: mixed-line-ending args: ['--fix=lf'] - repo: https://github.com/psf/black - rev: 23.1.0 + rev: 25.1.0 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.4.1 hooks: - id: codespell pass_filenames: false - repo: https://github.com/crate-ci/typos - rev: typos-dict-v0.9.16 + rev: v1.30.0 hooks: - id: typos args: ['--config=typos-config.toml']