Skip to content

Commit a882f73

Browse files
authored
Merge pull request #706 from yarikoptic/enh-tox
Add codespell to lint tox env
2 parents 3221e66 + 2e63ef1 commit a882f73

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

tox.ini

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,12 +8,14 @@ commands = pytest -s -v {posargs} heudiconv
88
[testenv:lint]
99
skip_install = True
1010
deps =
11+
codespell
1112
flake8
1213
flake8-bugbear
1314
flake8-builtins
1415
flake8-unused-arguments
1516
commands =
1617
flake8 heudiconv
18+
codespell
1719

1820
[testenv:typing]
1921
deps =

0 commit comments

Comments
 (0)