Skip to content

Commit

Permalink
build(pre-commit): ignore code spell on assets
Browse files Browse the repository at this point in the history
  • Loading branch information
Lee-W committed Aug 13, 2024
1 parent ddf8470 commit f704052
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ repos:
name: Run codespell to check for common misspellings in files
language: python
types: [text]
exclude: ^poetry.lock$
exclude: ^poetry.lock|^docs\/assets\/.*$
args: ["--write-changes", "--ignore-words-list", "asend"]

- repo: https://github.com/hadolint/hadolint
Expand Down

0 comments on commit f704052

Please sign in to comment.