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
Is your feature request related to a problem? Please describe.
Currently, pre-commit hooks need to be run to lint and format code properly, along with running tests. However, these hooks are not strictly enforced, which allows code to be pushed without pre-commit checks. This can lead to inefficiencies and wasted time during code reviews.
Describe the solution you'd like
Integrating pre-commit hooks into GitHub Actions would enforce code quality more consistently.
The text was updated successfully, but these errors were encountered:
Is your feature request related to a problem? Please describe.
Currently, pre-commit hooks need to be run to lint and format code properly, along with running tests. However, these hooks are not strictly enforced, which allows code to be pushed without pre-commit checks. This can lead to inefficiencies and wasted time during code reviews.
Describe the solution you'd like
Integrating pre-commit hooks into GitHub Actions would enforce code quality more consistently.
The text was updated successfully, but these errors were encountered: