Kaynağa Gözat

Add temporary replacement of punctuation

pull/3011/head
Matheus Felipe 2 yıl önce
ebeveyn
işleme
e2482af448
Veri tabanında bu imza için bilinen anahtar bulunamadı GPG Anahtar Kimliği: AA785C523274872F
1 değiştirilmiş dosya ile 3 ekleme ve 0 silme
  1. +3
    -0
      scripts/validate/format.py

+ 3
- 0
scripts/validate/format.py Dosyayı Görüntüle

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


Yükleniyor…
İptal
Kaydet