Skip to content

Commit

Permalink
Merge pull request #706 from yarikoptic/enh-tox
Browse files Browse the repository at this point in the history
Add codespell to lint tox env
  • Loading branch information
yarikoptic authored Sep 20, 2023
2 parents 3221e66 + 2e63ef1 commit a882f73
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -8,12 +8,14 @@ commands = pytest -s -v {posargs} heudiconv
[testenv:lint]
skip_install = True
deps =
codespell
flake8
flake8-bugbear
flake8-builtins
flake8-unused-arguments
commands =
flake8 heudiconv
codespell

[testenv:typing]
deps =
Expand Down

0 comments on commit a882f73

Please sign in to comment.