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 can be useful to agree on some standards for code development (line length, single vs double quotes, KitKat vs Snickers). Here's an example of coding standards.
It can be useful to agree on some standards for code development (line length, single vs double quotes, KitKat vs Snickers). Here's an example of coding standards.
https://github.com/sdss/python_template/blob/main/STYLE.rst
black is a good option that is easy to implement and has reasonable defaults.
The text was updated successfully, but these errors were encountered: