diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index bdfb5abf1..61c872cdc 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -65,7 +65,7 @@ repos: - --rcfile=pyproject.toml # Link to config file - repo: https://github.com/codespell-project/codespell - rev: v2.2.6 + rev: v2.3.0 hooks: - id: codespell name: Checks for common misspellings in text files. diff --git a/pyproject.toml b/pyproject.toml index 0c7a91550..d1213e913 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -57,7 +57,7 @@ cli = [ ] dev = [ "bumpver>=2023.1129", - "codespell~=2.2.6", + "codespell>=2.2.6,<2.4.0", "mypy-extensions~=1.0", "mypy~=1.10", "pre-commit>=3.3.3",