Skip to content

Commit

Permalink
bump codespell version, add exceptions (OSOceanAcoustics#1438)
Browse files Browse the repository at this point in the history
  • Loading branch information
leewujung authored and oftfrfbf committed Feb 5, 2025
1 parent f8af1f3 commit 820f4bf
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -34,9 +34,9 @@ repos:
- id: flake8

- repo: /~https://github.com/codespell-project/codespell
rev: v2.3.0
rev: v2.4.0
hooks:
- id: codespell
# Checks spelling in `docs/source` and `echopype` dirs ONLY
# Ignores `.ipynb` files and `_build` folders
args: ["-L", "soop", "--skip=*.ipynb,docs/source/_build,echopype/test_data", "-w", "docs/source", "echopype"]
args: ["-L", "soop,anc,indx", "--skip=*.ipynb,docs/source/_build,echopype/test_data", "-w", "docs/source", "echopype"]

0 comments on commit 820f4bf

Please sign in to comment.