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

Commit

Permalink
Install flake8-docstrings
Browse files Browse the repository at this point in the history
  • Loading branch information
messense committed Mar 21, 2017
1 parent 5671e44 commit 83ca6bc
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ RUN curl -sL https://deb.nodesource.com/setup_6.x | bash - \
eslint-plugin-react eslint-plugin-react-native \
babel-eslint

RUN pip2 install -U flake8 pep8 pep8-naming pylint flake8-import-order && \
RUN pip2 install -U flake8 pep8 pep8-naming pylint flake8-import-order flake8-docstrings && \
pip3 install -U badwolf \
&& rm -rf /var/lib/apt/list/* /tmp/* /var/tmp/*

Expand Down
1 change: 1 addition & 0 deletions requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -24,3 +24,4 @@ cryptography>=1.7.1
marshmallow>=2.12.2
twine
flake8-bugbear
flake8-docstrings
2 changes: 1 addition & 1 deletion src.Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ RUN curl -sL https://deb.nodesource.com/setup_6.x | bash - \
eslint-plugin-react eslint-plugin-react-native \
babel-eslint

RUN pip2 install -U flake8 pep8 pep8-naming pylint flake8-import-order && \
RUN pip2 install -U flake8 pep8 pep8-naming pylint flake8-import-order flake8-docstrings && \
pip3 install -Ur requirements.txt \
&& pip3 install . \
&& rm -rf /var/lib/apt/list/* /tmp/* /var/tmp/*
Expand Down

0 comments on commit 83ca6bc

Please sign in to comment.