Replies: 3 comments
-
I am in favor of adding this. |
Beta Was this translation helpful? Give feedback.
0 replies
-
Here is the
|
Beta Was this translation helpful? Give feedback.
0 replies
-
See PR #996 |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I have been using pre-commit for my repositories and have found it to be pretty useful. It is a more developed way to handle code quality. See the following for more info:
Homepage: https://pre-commit.com/
My usage: https://github.com/robotraconteur/robotraconteur/blob/master/.pre-commit-config.yaml
A more sophisticated example: https://github.com/pyodide/pyodide/blob/main/.pre-commit-config.yaml
I use the GitHub action, but there is also a server available that can automatically format code when a pull request is opened. It is used by Pyodide. See the homepage for more info on the server.
Beta Was this translation helpful? Give feedback.
All reactions