diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 4507253..edfc845 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -20,9 +20,6 @@ repos: exclude: ^(swh/lister/.*/tests/data/.*)$ args: [-L crate] stages: [commit] - - id: codespell - name: Check commit message spelling - stages: [commit-msg] - repo: local hooks: