pycodestyle-action
pycodestyle-action copied to clipboard
option for ignoring some errors
Is it possible to add an option for example a list of error code, that the action will ignore ?
for example, for some personal reason I want to ignore the E501 error (line toot long), or I have that one script that should not crash and I have a except: that is ugly and give me a E722 but I can't get rid of it. the second example is bad but it's just an example. I'm mostly concern about E501.
I'd be cool for adding that, we could pass it through the workflow file. The syntax would look something like:
with:
ignores: [E501, E722]
- ชื่อ: Python Style Checker uses: andymckay/[email protected]