Kaynağa Gözat

Use punctuation constant built-in

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

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

@@ -2,12 +2,12 @@

import re
import sys
from string import punctuation
from typing import List, Tuple, Dict


anchor = '###'
auth_keys = ['apiKey', 'OAuth', 'X-Mashape-Key', 'User-Agent', 'No']
punctuation = ['.', '?', '!']
https_keys = ['Yes', 'No']
cors_keys = ['Yes', 'No', 'Unknown']



Yükleniyor…
İptal
Kaydet