瀏覽代碼

Add temporary replacement of punctuation

pull/3011/head
Matheus Felipe 2 年之前
父節點
當前提交
e2482af448
沒有發現已知的金鑰在資料庫的簽署中 GPG Key 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']


Loading…
取消
儲存