Commit 495910d5 authored by Andreas Klöckner's avatar Andreas Klöckner
Browse files

Pin pep8-naming version pending bug fix release

parent 2f4bb2c2
Loading
Loading
Loading
Loading
+6 −1
Original line number Diff line number Diff line
@@ -37,6 +37,11 @@ ${PY_EXE} -m ensurepip

# }}}

$PY_EXE -m pip install flake8 pep8-naming
# Pinned to 0.5.0 for
# https://github.com/PyCQA/pep8-naming/issues/53
# fixed by
# https://github.com/PyCQA/pep8-naming/pull/55
# (but not released as of May 5, 2018)
$PY_EXE -m pip install flake8 pep8-naming==0.5.0

python -m flake8 "$@"