move-coop / parsons

A python library of connectors for the progressive community.
https://www.parsonsproject.org/
Other
258 stars 128 forks source link

Feature Request: Automatically run black and flake8 using pre-commits #863

Closed crayolakat closed 1 year ago

crayolakat commented 1 year ago

Detailed Description

Implement something similar to this tutorial to automatically run black and flake8 using pre-commits.

Context

I've noticed that often times when contributors open pull requests, the automated tests will fail because it fails the black and/or flake8 test. This issue can be mitigated by automatically running black and flake8 via pre-commits

Possible Implementation

Something similar to this tutorial

Priority

Low priority, nice-to-have