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
It would be useful to have editor workflows in the repo so that code can be formatted before push, and syntax errors don't reach the realms of the PR.
Preferably these tasks would mimic the same checks that the CI pipeline runs
The text was updated successfully, but these errors were encountered:
Maybe this would be better off as integrated editor/IDE tasks. Not everyone likes the idea of a git repo being able to arbitrarily execute code on your machine
VSCode tasks have been created, but maybe we could do something similar for other popular editors/IDEs? I don't use Pycharm, Atom, etc, so I don't know what is and isn't possible. Opening the floor for discussion on this topic
It would be useful to have editor workflows in the repo so that code can be formatted before push, and syntax errors don't reach the realms of the PR.
Preferably these tasks would mimic the same checks that the CI pipeline runs
The text was updated successfully, but these errors were encountered: