Skip to content

Commit

Permalink
fix pre-commit config yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
gmalinve committed Oct 29, 2024
1 parent d053a73 commit 792e7dd
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 @@ -32,7 +32,7 @@ repos:
rev: v2.2.6
hooks:
- id: codespell
args: ["--ignore-words", "doc/styles/Vocab/ANSYS/accept.txt", "-w"]
args: ["--ignore-words", "doc/styles/config/vocabularies/ANSYS/accept.txt", "-w"]
exclude: >
(?x)^(
.*\.css
Expand Down

0 comments on commit 792e7dd

Please sign in to comment.