Skip to content

Commit

Permalink
Add codespell to tox -e lint
Browse files Browse the repository at this point in the history
We have lint doing codespell also in dandi-cli
  • Loading branch information
yarikoptic committed Feb 6, 2023
1 parent 04594a1 commit 8333f75
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,11 @@ envlist =
skipsdist = true
extras =
lint
deps =
codespell~=2.0
commands =
flake8 --config=tox.ini {posargs:.}
codespell

[testenv:type]
extras =
Expand Down

0 comments on commit 8333f75

Please sign in to comment.