Skip to content

Commit

Permalink
Add codespell to tox.ini
Browse files Browse the repository at this point in the history
  • Loading branch information
caufieldjh authored Dec 18, 2024
1 parent 1542819 commit 90eb86c
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -136,3 +136,11 @@ deps =
commands =
docstr-coverage src/ tests/ --skip-private --skip-magic
description = Run the docstr-coverage tool to check documentation coverage

[testenv:codespell]
description = Run spell checker.
skip_install = true
deps =
codespell
tomli # required for getting config from pyproject.toml
commands = codespell src/ tests/ -S tests/input

0 comments on commit 90eb86c

Please sign in to comment.