You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
...so that we can provide a guaranteed baseline of quality when a new pull request is created.
⚙️ Engineering Details
There's a few approaches that we could take here including just normal git hooks. I've had good luck using pre-commit to manage this. It's pip install-able and makes the handling of these trivial. We could provide a default config file that automatically runs a formatter, linter, and executes unit tests on commit or push.
The text was updated successfully, but these errors were encountered:
MJJoyce
changed the title
As a developer I want to hooks to enforce code quality checks, formatter execution, and unit tests
As a developer I want hooks to enforce code quality checks, formatter execution, and unit tests
Aug 6, 2021
💪 Motivation
...so that we can provide a guaranteed baseline of quality when a new pull request is created.
⚙️ Engineering Details
There's a few approaches that we could take here including just normal git hooks. I've had good luck using pre-commit to manage this. It's pip install-able and makes the handling of these trivial. We could provide a default config file that automatically runs a formatter, linter, and executes unit tests on commit or push.
The text was updated successfully, but these errors were encountered: