mirror of
https://github.com/python/cpython.git
synced 2024-11-30 01:16:51 +01:00
12 lines
225 B
Plaintext
12 lines
225 B
Plaintext
{
|
|
"maxReviewers": 5,
|
|
"numFilesToCheck": 10,
|
|
"findPotentialReviewers": true,
|
|
"fileBlacklist": [
|
|
"Misc/ACKS",
|
|
"Misc/NEWS"
|
|
],
|
|
"userBlacklist": ["gvanrossum"],
|
|
"userBlacklistForPR": ["benjaminp", "skrah"]
|
|
}
|