diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 0cd47ac6e..89d93285b 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -75,6 +75,11 @@ repos: - id: blackdoc additional_dependencies: [ 'black==24.2.0' ] exclude: '(xclim/indices/__init__.py|docs/installation.rst)' + - repo: https://github.com/codespell-project/codespell + rev: v2.2.6 + hooks: + - id: codespell + additional_dependencies: [ 'tomli' ] - repo: https://github.com/gitleaks/gitleaks rev: v8.18.2 hooks: