Quellcode durchsuchen

Add temporary replacement of punctuation

pull/3011/head
Matheus Felipe vor 2 Jahren
Ursprung
Commit
e2482af448
Es konnte kein GPG-Schlüssel zu dieser Signatur gefunden werden GPG-Schlüssel-ID: AA785C523274872F
1 geänderte Dateien mit 3 neuen und 0 gelöschten Zeilen
  1. +3
    -0
      scripts/validate/format.py

+ 3
- 0
scripts/validate/format.py Datei anzeigen

@@ -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…
Abbrechen
Speichern