diff -r 57875cf423c9 -r 2372284d9457 contrib/check-config.py --- a/contrib/check-config.py Sat Oct 05 10:29:34 2019 -0400 +++ b/contrib/check-config.py Sun Oct 06 09:45:02 2019 -0400 @@ -15,7 +15,8 @@ documented = {} allowinconsistent = set() -configre = re.compile(br''' +configre = re.compile( + br''' # Function call ui\.config(?P|int|bool|list)\( # First argument. @@ -23,9 +24,12 @@ # Second argument ['"](?P