Commit 1f5966b7 authored by Andreas Klöckner's avatar Andreas Klöckner
Browse files

Unpin pep8-naming in Flake8 runs

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

# }}}

# 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
$PY_EXE -m pip install flake8 pep8-naming

python -m flake8 "$@"