mirror of
https://github.com/python-pillow/Pillow.git
synced 2025-07-02 02:43:06 +03:00
src directories for pyflakes/pycodestyle
This commit is contained in:
parent
cc35bd70bc
commit
0474d9dd0c
|
@ -18,9 +18,9 @@ codecov
|
||||||
if [ "$DOCKER" == "" ]; then
|
if [ "$DOCKER" == "" ]; then
|
||||||
pip install pyflakes pycodestyle
|
pip install pyflakes pycodestyle
|
||||||
pyflakes *.py | tee >(wc -l)
|
pyflakes *.py | tee >(wc -l)
|
||||||
pyflakes PIL/*.py | tee >(wc -l)
|
pyflakes src/PIL/*.py | tee >(wc -l)
|
||||||
pyflakes Tests/*.py | tee >(wc -l)
|
pyflakes Tests/*.py | tee >(wc -l)
|
||||||
pycodestyle --statistics --count PIL/*.py
|
pycodestyle --statistics --count src/PIL/*.py
|
||||||
pycodestyle --statistics --count Tests/*.py
|
pycodestyle --statistics --count Tests/*.py
|
||||||
fi
|
fi
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue
Block a user