diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 3c75572993..e5399596b4 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -26,7 +26,7 @@ repos: hooks: - id: rst-linter - repo: https://github.com/pre-commit/pre-commit-hooks - rev: v4.4.0 + rev: v4.5.0 hooks: - id: no-commit-to-branch args: [--branch, master] @@ -70,7 +70,7 @@ repos: hooks: - id: black - repo: https://github.com/codespell-project/codespell - rev: v2.2.5 + rev: v2.2.6 hooks: - id: codespell args: [--toml, pyproject-codespell.precommit-toml] diff --git a/pyproject-codespell.precommit-toml b/pyproject-codespell.precommit-toml index e49d999770..e27bdc52de 100644 --- a/pyproject-codespell.precommit-toml +++ b/pyproject-codespell.precommit-toml @@ -2,6 +2,6 @@ #builtin = ["clear","rare","informal","usage","code","names"] builtin = "clear,rare,informal,usage,code,names" #ignore-words-list = ["uint"] -ignore-words-list = "adn,master,uint" +ignore-words-list = "adn,master,uint,wrod" #skip=[ "./.*","codespell_lib/data/*","codespell_lib/tests/*"] skip="./.*,codespell_lib/data/*,codespell_lib/tests/*"