We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2b4c242 commit dd1b59cCopy full SHA for dd1b59c
1 file changed
tox.ini
@@ -98,9 +98,9 @@ deps =
98
commands =
99
bash -c "shopt -s extglob globstar nullglob; cython-lint --max-line-length 100 **/*.p{yx,xd}"
100
# check for improperly formatted imports in non-generated files
101
- isort -l 100 -s pkgcraft_c.pxd --check-only --diff benches examples src tests
+ isort -l 100 -s pkgcraft_c.pxd --check-only --diff benches examples src tests setup.py
102
# check for unused imports
103
- pylint --score=no --disable=all --enable=W0611 benches examples tests
+ pylint --score=no --disable=all --enable=W0611 benches examples tests setup.py
104
105
[testenv:sdist]
106
description = build the source distribution
0 commit comments