diff --git a/.codespellrc b/.codespellrc index f25051d3e..d13f24539 100644 --- a/.codespellrc +++ b/.codespellrc @@ -1,2 +1,2 @@ [codespell] -ignore-words-list=ontop,clen +ignore-words-list=ontop,clen,habitant diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 9117bdff6..8e6e2638c 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -2,7 +2,14 @@ # pre-commit install --hook-type pre-commit # pre-commit install --hook-type commit-msg -exclude: ^(lib_blewbxx/|lib_stusb/) +exclude: | + (?x)^( + lib_blewbxx/.*| + lib_stusb/.*| + lib_nbgl/include/.*.json| + lib_nbgl/include/.*.json| + lib_bagl/include/.*.json| + )$ repos: - repo: https://github.com/pre-commit/pre-commit-hooks rev: v4.3.0 @@ -13,6 +20,6 @@ repos: - id: check-added-large-files - repo: https://github.com/codespell-project/codespell - rev: v2.2.2 + rev: v2.2.5 hooks: - id: codespell