diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 6446bea..b307d96 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -25,7 +25,7 @@ repos: files: ^(_episodes|code|README.md|setup.md) - repo: https://github.com/codespell-project/codespell - rev: "v2.2.1" + rev: "v2.2.2" hooks: - id: codespell args: ["-I", "codespell.txt"]