Skip to content
This repository has been archived by the owner on Apr 15, 2020. It is now read-only.

Commit

Permalink
Add flake8 plugin flake8-network-timeout
Browse files Browse the repository at this point in the history
  • Loading branch information
messense committed Jul 3, 2017
1 parent 6a74f38 commit 75b4b60
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ RUN curl -sL https://deb.nodesource.com/setup_6.x | bash - \
babel-eslint

RUN pip2 install -U flake8 pycodestyle pep8-naming pylint flake8-import-order \
&& python3.5 -m pip install -U flake8 pycodestyle pep8-naming pylint flake8-import-order \
&& python3.5 -m pip install -U flake8 pycodestyle pep8-naming pylint flake8-import-order flake8-network-timeout \
&& python3.6 -m pip install -U badwolf \
&& rm -rf /var/lib/apt/list/* /tmp/* /var/tmp/*

Expand Down
3 changes: 2 additions & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ pyyaml>=3.11
flask-mail>=0.9.1
unidiff>=0.5.2
optionaldict>=0.1.1
flake8>=2.5.2
flake8>=3.0.0
pep8-naming>=0.3.3
pycodestyle
yamllint>=1.0.0
Expand All @@ -26,3 +26,4 @@ twine
flake8-bugbear
is-minified-js
mypy
flake8-network-timeout
2 changes: 1 addition & 1 deletion src.Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ RUN curl -sL https://deb.nodesource.com/setup_6.x | bash - \
babel-eslint

RUN pip2 install -U flake8 pycodestyle pep8-naming pylint flake8-import-order \
&& python3.5 -m pip install -U flake8 pycodestyle pep8-naming pylint flake8-import-order \
&& python3.5 -m pip install -U flake8 pycodestyle pep8-naming pylint flake8-import-order flake8-network-timeout \
&& python3.6 -m pip install -Ur requirements.txt \
&& python3.6 -m pip install . \
&& rm -rf /var/lib/apt/list/* /tmp/* /var/tmp/*
Expand Down

0 comments on commit 75b4b60

Please sign in to comment.