diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 3b3308c..ffe816d 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -50,7 +50,7 @@ repos: - --safe - --quiet - repo: https://github.com/codespell-project/codespell - rev: v2.4.0 + rev: v2.4.1 hooks: - id: codespell - repo: https://github.com/PyCQA/flake8