diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index add790c7b..486d6c2b2 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -27,7 +27,7 @@ repos: name: "Checking pyupgrade" args: [--py311-plus] - repo: https://github.com/codespell-project/codespell - rev: v2.4.1 + rev: v2.4.2 hooks: - id: codespell name: "Verifying/updating code for spelling issues"