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
Currently there is a tight coupling between pre-commits hooks and CI linting that makes things very confusing and opens the door to misconfiguration bugs.
Acceptance:
Investigate and Implement a solution that decouples this integration.
Pre-commit are typically done for lightweight steps, not heavy 20 seconds+ long running steps.
The text was updated successfully, but these errors were encountered:
Currently there is a tight coupling between pre-commits hooks and CI linting that makes things very confusing and opens the door to misconfiguration bugs.
Acceptance:
The text was updated successfully, but these errors were encountered: