Bladeren bron

Add temporary replacement of punctuation

pull/3011/head
Matheus Felipe 2 jaren geleden
bovenliggende
commit
e2482af448
Geen bekende sleutel gevonden voor deze handtekening in de database GPG sleutel-ID: AA785C523274872F
1 gewijzigde bestanden met toevoegingen van 3 en 0 verwijderingen
  1. +3
    -0
      scripts/validate/format.py

+ 3
- 0
scripts/validate/format.py Bestand weergeven

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


Laden…
Annuleren
Opslaan