File tree Expand file tree Collapse file tree 2 files changed +11
-11
lines changed Expand file tree Collapse file tree 2 files changed +11
-11
lines changed Original file line number Diff line number Diff line change @@ -1610,6 +1610,17 @@ request by pushing to the branch on GitHub::
1610
1610
1611
1611
git push origin shiny-new-feature
1612
1612
1613
+ Autofixing formatting errors
1614
+ ----------------------------
1615
+
1616
+ We use several styling checks (e.g. ``black ``, ``flake8 ``, ``isort ``) which are run after
1617
+ you make a pull request. If there is a scenario where any of these checks fail then you
1618
+ can comment::
1619
+
1620
+ @github-actions pre-commit
1621
+
1622
+ on that pull request. This will trigger a workflow which will autofix formatting errors.
1623
+
1613
1624
Delete your merged branch (optional)
1614
1625
------------------------------------
1615
1626
Original file line number Diff line number Diff line change @@ -151,17 +151,6 @@ Here are some things to check when reviewing a pull request.
151
151
for regression fixes and small bug fixes, the next minor milestone otherwise)
152
152
* Changes should comply with our :ref: `policies.version `.
153
153
154
- Autofixing formatting errors
155
- ----------------------------
156
-
157
- We use several styling checks (e.g. ``black ``, ``flake8 ``, ``isort ``) which are run after
158
- you make a pull request. If there is a scenario where any of these checks fail then you
159
- can comment::
160
-
161
- @github-actions pre-commit
162
-
163
- on that pull request. This will trigger a workflow which will autofix formatting errors.
164
-
165
154
Backporting
166
155
-----------
167
156
You can’t perform that action at this time.
0 commit comments