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