flake8-github-action icon indicating copy to clipboard operation
flake8-github-action copied to clipboard

using arguments like max-line-length

Open RichardFrangenberg opened this issue 5 years ago • 1 comments

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

RichardFrangenberg avatar Nov 03 '19 10:11 RichardFrangenberg

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

suo avatar Nov 30 '19 17:11 suo