diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -17,7 +17,7 @@ hooks: - id: codespell name: Check source code spelling - exclude: ^(swh/loader/(package/.*[/]+|core)/tests/data/.*)$ + exclude: ^(swh/loader/.*/tests/data/.*)$ args: [-L crate] entry: codespell --ignore-words-list=iff stages: [commit]