Skip to content

gitlab-ci: run flake8 on all of the files

Benjamin Tissoires requested to merge bentiss/hid-tools:wip/flake8-full into master

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

Merge request reports