mirror of
https://github.com/python/cpython.git
synced 2025-12-08 06:10:17 +00:00
[3.13] GH-101100: Remove some entries from `nitpick_ignore` (GH-138464) (#141827)
(cherry picked from commit 22cb9ba8f9)
Co-authored-by: Adam Turner <9087854+AA-Turner@users.noreply.github.com>
This commit is contained in:
parent
ed5d71752b
commit
5d7cacb1db
14 changed files with 25 additions and 30 deletions
|
|
@ -15,7 +15,7 @@
|
|||
from typing import TextIO
|
||||
|
||||
# Fail if NEWS nit found before this line number
|
||||
NEWS_NIT_THRESHOLD = 1400
|
||||
NEWS_NIT_THRESHOLD = 4800
|
||||
|
||||
# Exclude these whether they're dirty or clean,
|
||||
# because they trigger a rebuild of dirty files.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue