Skip to content

Commit

Permalink
int: Add codespell
Browse files Browse the repository at this point in the history
  • Loading branch information
smoia committed Apr 26, 2023
1 parent d8f386b commit 2ffdb6a
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -32,3 +32,7 @@ repos:
- id: rst-backticks
- id: rst-directive-colons
- id: rst-inline-touching-normal
- repo: https://github.com/codespell-project/codespell
rev: v2.2.4
hooks:
- id: codespell
1 change: 1 addition & 0 deletions setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -47,6 +47,7 @@ style =
black
isort <6.0.0
pydocstyle
codespell
test =
%(style)s
pytest-cov
Expand Down

0 comments on commit 2ffdb6a

Please sign in to comment.