diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 92063b5..429916c 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -28,7 +28,7 @@ repos: hooks: - id: flake8 - repo: https://github.com/codespell-project/codespell - rev: v2.2.6 + rev: v2.3.0 hooks: - id: codespell # remove toml extra once Python 3.10 is no longer supported diff --git a/changes/144.misc.rst b/changes/144.misc.rst new file mode 100644 index 0000000..f2f6d8b --- /dev/null +++ b/changes/144.misc.rst @@ -0,0 +1 @@ +The ``pre-commit`` hook for ``codespell`` was updated to its latest version.