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
After a one-time set-up, the C++/Python file formatters should automatically run whenever a developer runs git push.
Motivation
It's tedious to remember to format the code before creating/updating a PR. The commandline for the formatting is also hard to remember. We should automate this.
The text was updated successfully, but these errors were encountered:
🚀 Feature
After a one-time set-up, the C++/Python file formatters should automatically run whenever a developer runs
git push
.Motivation
It's tedious to remember to format the code before creating/updating a PR. The commandline for the formatting is also hard to remember. We should automate this.
The text was updated successfully, but these errors were encountered: