ソースを参照

Add temporary replacement of punctuation

pull/3011/head
Matheus Felipe 2年前
コミット
e2482af448
この署名に対応する既知のキーがデータベースに存在しません GPGキーID: AA785C523274872F
1個のファイルの変更3行の追加0行の削除
  1. +3
    -0
      scripts/validate/format.py

+ 3
- 0
scripts/validate/format.py ファイルの表示

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


読み込み中…
キャンセル
保存