mirror of
https://github.com/python/cpython.git
synced 2025-08-04 08:59:19 +00:00
11 lines
248 B
Text
11 lines
248 B
Text
{
|
|
"numFilesToCheck": 10,
|
|
"findPotentialReviewers": true,
|
|
"fileBlacklist": [
|
|
"Misc/ACKS",
|
|
"Misc/NEWS",
|
|
"Doc/whatsnew/*.rst"
|
|
],
|
|
"userBlacklist": ["gvanrossum", "skrah", "haypo"],
|
|
"userBlacklistForPR": ["benjaminp", "skrah"]
|
|
}
|