Skip to content

Commit

Permalink
Add more flake8 tests
Browse files Browse the repository at this point in the history
  • Loading branch information
cclauss authored Jun 17, 2019
1 parent a04cd02 commit 3fea091
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -9,4 +9,4 @@ RUN pip install --upgrade pip
RUN pip install flake8
RUN python --version ; pip --version ; echo "flake8 $(flake8 --version)" ; echo "===================="

CMD ["flake8", ".", "--count", "--select=E901,E999,F821,F822,F823", "--show-source", "--statistics"]
CMD ["flake8", ".", "--count", "--select=E9,F63,F72,F82", "--show-source", "--statistics"]

0 comments on commit 3fea091

Please sign in to comment.