Parcourir la source

Add temporary replacement of punctuation

pull/3011/head
Matheus Felipe il y a 2 ans
Parent
révision
e2482af448
Aucune clé connue n'a été trouvée dans la base pour cette signature ID de la clé GPG: AA785C523274872F
1 fichiers modifiés avec 3 ajouts et 0 suppressions
  1. +3
    -0
      scripts/validate/format.py

+ 3
- 0
scripts/validate/format.py Voir le fichier

@@ -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']


Chargement…
Annuler
Enregistrer