diff --git a/scripts/validate/format.py b/scripts/validate/format.py index c70a7756..b22696d8 100644 --- a/scripts/validate/format.py +++ b/scripts/validate/format.py @@ -5,6 +5,9 @@ import sys from string import punctuation from typing import List, Tuple, Dict +# Temporary replacement +# The descriptions that contain () at the end must adapt to the new policy later +punctuation = punctuation.replace('()', '') anchor = '###' auth_keys = ['apiKey', 'OAuth', 'X-Mashape-Key', 'User-Agent', 'No']