Skip to content

Commit

Permalink
fix codespell pre-commit hook
Browse files Browse the repository at this point in the history
  • Loading branch information
reneeotten committed Aug 31, 2022
1 parent a38b5ec commit a56e0d0
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -56,10 +56,9 @@ repos:
- id: codespell
files: '.py|.rst'
exclude: 'doc/doc_examples_to_gallery.py'
exclude: 'lmfit/models.py'
# escaped characters currently do not work correctly
# so \nnumber is considered a spelling error....
args: [-L nnumber]
args: ["-L nnumber", "-L mone"]

- repo: https://github.com/asottile/yesqa
rev: v1.3.0
Expand Down

0 comments on commit a56e0d0

Please sign in to comment.