mirror of
https://github.com/python/cpython.git
synced 2024-11-25 19:03:49 +08:00
12 lines
264 B
Plaintext
12 lines
264 B
Plaintext
{
|
|
"numFilesToCheck": 10,
|
|
"findPotentialReviewers": true,
|
|
"fileBlacklist": [
|
|
"Misc/ACKS",
|
|
"Misc/NEWS",
|
|
"Doc/whatsnew/*.rst"
|
|
],
|
|
"userBlacklist": ["gvanrossum", "skrah", "haypo"],
|
|
"userBlacklistForPR": ["benjaminp", "skrah", "berkerpeksag"]
|
|
}
|