From e215ebc4c52052e03106b59947c365d825246fa6 Mon Sep 17 00:00:00 2001 From: seladb Date: Tue, 16 Apr 2024 09:19:39 -0700 Subject: [PATCH] Auto precommit update (#1360) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit * Auto pre-commit update * Update ignore list for typos --------- Co-authored-by: GitHub Co-authored-by: Ege Çetin --- .pre-commit-config.yaml | 6 +++--- typos-config.toml | 2 ++ 2 files changed, 5 insertions(+), 3 deletions(-) diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index b3d80d7119..6970527fb3 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.5.0 + rev: v4.6.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: 24.2.0 + rev: 24.4.0 hooks: - id: black - repo: https://github.com/pocc/pre-commit-hooks @@ -25,7 +25,7 @@ repos: - id: codespell pass_filenames: false - repo: https://github.com/crate-ci/typos - rev: v1.19.0 + rev: v1.20.8 hooks: - id: typos args: ['--config=typos-config.toml'] diff --git a/typos-config.toml b/typos-config.toml index a75a565081..cbba16eb6e 100644 --- a/typos-config.toml +++ b/typos-config.toml @@ -36,6 +36,8 @@ referer = "referer" allo = "allo" pinter = "pinter" helo = "helo" +hom = "hom" +pn = "pn" [type.make] extend-glob = []