grantmcconnaughey / lintly-flake8-github-action

A GitHub Action that lints Python code with Flake8 then automatically creates pull request reviews if there are any violations.
MIT License
24 stars 17 forks source link

adding flake8-docstrings to the required packages #4

Open zoltuz opened 4 years ago

zoltuz commented 4 years ago

Hi Grant, Amazing GitHub action, can't wait to use it on my projects! I was wondering would be possible to add flake8-docstrings to your Docker file.

RUN pip install flake8-docstrings

What you do think? Would this break something? if not, would you consider extending your GitHub action with this plugin?

Cheers, Zoltan