Skip to content

Commit dd1b59c

Browse files
committed
tox: add setup.py to isort and pylint targets
1 parent 2b4c242 commit dd1b59c

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

tox.ini

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -98,9 +98,9 @@ deps =
9898
commands =
9999
bash -c "shopt -s extglob globstar nullglob; cython-lint --max-line-length 100 **/*.p{yx,xd}"
100100
# check for improperly formatted imports in non-generated files
101-
isort -l 100 -s pkgcraft_c.pxd --check-only --diff benches examples src tests
101+
isort -l 100 -s pkgcraft_c.pxd --check-only --diff benches examples src tests setup.py
102102
# check for unused imports
103-
pylint --score=no --disable=all --enable=W0611 benches examples tests
103+
pylint --score=no --disable=all --enable=W0611 benches examples tests setup.py
104104

105105
[testenv:sdist]
106106
description = build the source distribution

0 commit comments

Comments
 (0)