Skip to content

Commit

Permalink
feat(): add flake8 plugins (platanus#10)
Browse files Browse the repository at this point in the history
feat(): add flake8 plugins
  • Loading branch information
blackjid authored Sep 6, 2019
2 parents 7037ac4 + 3affb9e commit 405efff
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 0 deletions.
1 change: 1 addition & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@ FROM ruby:2.4.7-alpine3.10

RUN apk add \
python3 \
python3-dev \
nodejs \
yarn \
alpine-sdk
Expand Down
12 changes: 12 additions & 0 deletions requirements.txt
Original file line number Diff line number Diff line change
@@ -1 +1,13 @@
attrs==19.1.0
entrypoints==0.3
flake8==3.7.8
flake8-mypy==17.8.0
flake8-polyfill==1.0.2
mccabe==0.6.1
mypy==0.720
mypy-extensions==0.4.1
pep8-naming==0.8.2
pycodestyle==2.5.0
pyflakes==2.1.1
typed-ast==1.4.0
typing-extensions==3.7.4

0 comments on commit 405efff

Please sign in to comment.