PyCQA / pycodestyle

Simple Python style checker in one Python file

Home Page:https://pycodestyle.pycqa.org

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

kevindRuby opened this issue · comments

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?

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.