diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index b607572..c6e6e57 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -33,7 +33,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"