PyCQA / pycodestyle

Simple Python style checker in one Python file
https://pycodestyle.pycqa.org
Other
5.03k stars 754 forks source link

Run a Django project using Github Actions workflow but at some point install flake8 to ignore W191,E501 errors only. #1188

Closed kevindRuby closed 1 year ago

kevindRuby commented 1 year ago

Lets say I want to run an Actions workflow to install flake8 where flake8 will ignore errors W191 and E501 e.g. --ignore=W191,E501, how do I do this in the yml file?

sigmavirus24 commented 1 year ago

Hi there! Thanks for opening this issue. Unfortunately, it seems this is a request for help instead of a report of a defect in the project. Please use StackOverflow for general usage questions instead and only report defects here.