diff --git a/.codespellrc b/.codespellrc index f25051d3e..447314e5e 100644 --- a/.codespellrc +++ b/.codespellrc @@ -1,2 +1,3 @@ [codespell] ignore-words-list=ontop,clen +skip = ./lib_nbgl/include/*.json,./lib_bagl/include/*.json \ No newline at end of file diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 9117bdff6..5b36bba96 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -13,6 +13,8 @@ repos: - id: check-added-large-files - repo: https://github.com/codespell-project/codespell - rev: v2.2.2 + rev: v2.2.5 hooks: - id: codespell + additional_dependencies: + - tomli