Loading prepare-and-run-flake8.sh +1 −6 Original line number Diff line number Diff line Loading @@ -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 "$@" Loading
prepare-and-run-flake8.sh +1 −6 Original line number Diff line number Diff line Loading @@ -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 "$@"