diff --git a/contrib/check-code.py b/contrib/check-code.py --- a/contrib/check-code.py +++ b/contrib/check-code.py @@ -300,7 +300,8 @@ pypats = [ (r'^\s*(while|if) [01]:', "use True/False for constant Boolean expression"), (r'(?:(?