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 = []