Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
wwwanlingxiao
public-apis
Commits
e2482af4
Unverified
Commit
e2482af4
authored
Jan 16, 2022
by
Matheus Felipe
Browse files
Add temporary replacement of punctuation
parent
71167b27
Changes
1
Show whitespace changes
Inline
Side-by-side
scripts/validate/format.py
View file @
e2482af4
...
...
@@ -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'
]
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment