Преглед изворни кода

Use punctuation constant built-in

pull/3011/head
Matheus Felipe пре 2 година
родитељ
комит
71167b2716
No known key found for this signature in database GPG Key ID: AA785C523274872F
1 измењених фајлова са 1 додато и 1 уклоњено
  1. +1
    -1
      scripts/validate/format.py

+ 1
- 1
scripts/validate/format.py Прегледај датотеку

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



Loading…
Откажи
Сачувај