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