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
@@ -56,6 +54,8 @@ Here's how to make a one-off code change.
56
54
57
55
- You can refer to relevant issues in the commit message by writing, e.g., "#105".
58
56
57
+
- Your code should adhere to the `PEP 8 Style Guide`_, with the exception that we have a maximum line length of 99.
58
+
59
59
- For consistency, please conform to `Google Python Style Guide`_ and `Google Python Style Docstrings`_. In addition, code should be formatted consistently with other code around it.
60
60
61
61
- The following exceptions to the above (Google's) style guides applies:
@@ -116,7 +116,7 @@ Here's how to make a one-off code change.
116
116
117
117
- At the end, the reviewer will merge the pull request.
118
118
119
-
6. **Tidy up!** Delete the feature branch from your both your local clone and the GitHub repository:
119
+
6. **Tidy up!** Delete the feature branch from both your local clone and the GitHub repository:
120
120
121
121
``$ git branch -D your-branch-name``
122
122
@@ -127,6 +127,7 @@ Here's how to make a one-off code change.
127
127
.. _`Code of Conduct`: https://www.python.org/psf/codeofconduct/
0 commit comments