diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index b3c8dc24..cfe3036d 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -25,7 +25,7 @@ repos: - id: isort exclude: ^(nobrainer/_version\.py|versioneer\.py)$ - repo: https://github.com/codespell-project/codespell - rev: v2.2.5 + rev: v2.2.6 hooks: - id: codespell exclude: ^(nobrainer/_version\.py|versioneer\.py)$