BLACK code format #271
ypkang
announced in
Announcements
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi all!
We recently adopted the BLACK code style as the coding standard for the Jaseci codebase. As a result, you might have seen some of your PRs failing the linting check stage of the CI pipeline.
We recommend everyone to set up BLACK code formatter in their preferred IDE to automatically ensure your code changes is up to the BLACK code style and avoid any liniting errors. You can set up BLACK code formatter to automatically format/lint your code as you are developing. Here are some resources on how to set that up in vscode and vim.
Beta Was this translation helpful? Give feedback.
All reactions