mirror of
https://github.com/docker/compose.git
synced 2025-04-08 17:05:13 +02:00
make flake8 a bit more specific
Signed-off-by: akoskaaa <akos.hochrein@prezi.com>
This commit is contained in:
parent
fa2fb6bd38
commit
4e0f555c58
@ -8,7 +8,7 @@ set -e
|
||||
script/validate-dco
|
||||
|
||||
>&2 echo "Running lint checks"
|
||||
flake8
|
||||
flake8 compose tests setup.py
|
||||
|
||||
if [ "$DOCKER_VERSIONS" == "" ]; then
|
||||
DOCKER_VERSIONS="1.5.0"
|
||||
|
Loading…
x
Reference in New Issue
Block a user