Skip to content

Commit

Permalink
MISC: exclude notebooks from codespell hook
Browse files Browse the repository at this point in the history
  • Loading branch information
SMoraisAnsys committed Nov 28, 2023
1 parent aa36921 commit d173e42
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 @@ -25,8 +25,8 @@ repos:
rev: v2.2.6
hooks:
- id: codespell
exclude: (?x)(^notebooks)
args: ["--ignore-words", "doc/styles/Vocab/ANSYS/accept.txt", "-w"]

- repo: https://github.com/pycqa/pydocstyle
rev: 6.3.0
hooks:
Expand Down

0 comments on commit d173e42

Please sign in to comment.