diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 6c49f78..bead7cd 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -22,7 +22,7 @@ repos: - id: flake8 args: ['--max-line-length=120'] - repo: https://github.com/codespell-project/codespell - rev: v2.2.6 + rev: v2.3.0 hooks: - id: codespell - repo: local