diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 643983b..b299eb7 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -10,7 +10,7 @@ repos: exclude: '.*\.ipynb' - id: trailing-whitespace - repo: https://github.com/codespell-project/codespell - rev: "v2.2.5" + rev: "v2.2.6" hooks: - id: codespell args: ["-I", "codespell.txt"]