Sfoglia il codice sorgente

Add temporary replacement of punctuation

pull/3011/head
Matheus Felipe 2 anni fa
parent
commit
e2482af448
Non sono state trovate chiavi note per questa firma nel database ID Chiave GPG: AA785C523274872F
1 ha cambiato i file con 3 aggiunte e 0 eliminazioni
  1. +3
    -0
      scripts/validate/format.py

+ 3
- 0
scripts/validate/format.py Vedi File

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


Caricamento…
Annulla
Salva