Skip to content

Commit 314bb55

Browse files
hugovkezio-melotti
andauthored
Remove outdated whitespace checks from patchcheck list (#1592)
Co-authored-by: Ezio Melotti <ezio.melotti@gmail.com>
1 parent 3029299 commit 314bb55

File tree

1 file changed

+2
-8
lines changed

1 file changed

+2
-8
lines changed

getting-started/pull-request-lifecycle.rst

Lines changed: 2 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -277,10 +277,6 @@ On *Windows* (after any successful build):
277277
278278
The automated checklist runs through:
279279

280-
* Are there any whitespace problems in Python files?
281-
(using :cpy-file:`Tools/patchcheck/reindent.py`)
282-
* Are there any whitespace problems in C files?
283-
* Are there any whitespace problems in the documentation?
284280
* Has the documentation been updated?
285281
* Has the test suite been updated?
286282
* Has an entry under ``Misc/NEWS.d/next`` been added?
@@ -290,10 +286,8 @@ The automated checklist runs through:
290286
* Has ``configure`` been regenerated, if necessary?
291287
* Has ``pyconfig.h.in`` been regenerated, if necessary?
292288

293-
The automated checks don't actually *answer* all of these
294-
questions. Aside from the whitespace checks, the tool is
295-
a memory aid for the various elements that can go into
296-
making a complete pull request.
289+
This will help you remember things that you need
290+
to check before submitting a complete pull request.
297291

298292

299293
.. _good-commits:

0 commit comments

Comments
 (0)