Is your feature request related to a problem? Please describe.
I admit that I don't address every violation of PEP8 my IDE warns me about but with @greatislander and others working in the code base it'd be good to at least enforce the most obvious rules related to naming, whitespace between methods, etc.
Describe the solution you'd like
Pycodestyle implemented as a GitHub action.
Describe alternatives you've considered
Seems Pylint made it into the mix but it does not have this capability.
Is your feature request related to a problem? Please describe.
I admit that I don't address every violation of PEP8 my IDE warns me about but with @greatislander and others working in the code base it'd be good to at least enforce the most obvious rules related to naming, whitespace between methods, etc.
Describe the solution you'd like
Pycodestyle implemented as a GitHub action.
Describe alternatives you've considered
Seems Pylint made it into the mix but it does not have this capability.
Additional context
There appear to be a number of readymade actions out there.