platform-coop-toolkit / coop-map-directory-index

The Map/Directory/Index component of the Platform Cooperative Development Kit.
https://directory.platform.coop
BSD 3-Clause "New" or "Revised" License
1 stars 3 forks source link

Implement pycodestyle as a GitHub action with lax policies #114

Closed erictheise closed 4 years ago

erictheise commented 4 years ago

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.