Skip to content

Always use Python 2.x flake8.

Chris Lamb requested to merge lamby/dak:always-use-python2.x-for-flake8 into master

Whilst flake8 will always be Python 2.x in the specified "debian:9" image, we can make this future-proof and less confusing to anyone reading this and attempting to reproduce the output on newer distribution where flake8 will assume Python 3 (and thus report syntax errors against dak's Python 2.x code).

Merge request reports

Loading