Skip to content

Commit

Permalink
Update codespell in pre-commit
Browse files Browse the repository at this point in the history
  • Loading branch information
giswqs committed Sep 20, 2024
1 parent 03e0d75 commit 62bdcf8
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
7 changes: 5 additions & 2 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,13 +15,16 @@ repos:
rev: 24.8.0
hooks:
- id: black-jupyter
language_version: python3.12

- repo: https://github.com/codespell-project/codespell
rev: v2.3.0
hooks:
- id: codespell
args: [--toml, pyproject-codespell.precommit-toml]
args:
[
"--ignore-words-list=aci,acount,acounts,fallow,ges,hart,hist,nd,ned,ois,wqs,watermask,tre",
"*.csv,*.geojson,*.json,*.yml*.js,*.html,*cff,*.pdf",
]

- repo: https://github.com/kynan/nbstripout
rev: 0.7.1
Expand Down
3 changes: 0 additions & 3 deletions pyproject-codespell.precommit-toml

This file was deleted.

0 comments on commit 62bdcf8

Please sign in to comment.