gitlab-ci: run flake8 on all of the files
python3 setup.py flake8
would run flake8
on only the installed files.
It's good to also run the tool on the tests
directory, so change that bit.
Cc: @whot
Due to an influx of spam, we have had to impose restrictions on new accounts. Please see this wiki page for instructions on how to get full permissions. Sorry for the inconvenience.
python3 setup.py flake8
would run flake8
on only the installed files.
It's good to also run the tool on the tests
directory, so change that bit.
Cc: @whot