suo / flake8-github-action

A GitHub Action to run flake8 and annotate lint failures
MIT License
43 stars 19 forks source link

using arguments like max-line-length #1

Open RichardFrangenberg opened 5 years ago

RichardFrangenberg commented 5 years ago

Is there a way to configure options of flake8 like exclude or max-line-length?

suo commented 4 years ago

You can add a config file to your project that flake8 should pick up automatically