Skip to content

Commit

Permalink
fix pre-commit config yaml (#271)
Browse files Browse the repository at this point in the history
  • Loading branch information
gmalinve authored Oct 30, 2024
1 parent d053a73 commit 354550e
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 354550e

Please sign in to comment.