forked from doocs/leetcode
- Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathrun_format.py
345 lines (324 loc) · 7.33 KB
/
run_format.py
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
fromtypingimportList
importos.path
importre
importblack
suffixes= ["md", "py", "java", "c", "cpp", "go", "php", "cs", "rs", "js", "ts", "sql"]
code_blocks= [
"python",
"java",
"cpp",
"c",
"go",
"ts",
"js",
"php",
"cs",
"rust",
"sql",
]
functions_to_replace= [
"ABS",
"ACOS",
"ADDDATE",
"ADDTIME",
"AES_DECRYPT",
"AES_ENCRYPT",
"ASCII",
"ASIN",
"ATAN",
"AVG",
"BIN",
"BIT_COUNT",
"CEIL",
"CHAR",
"CHAR_LENGTH",
"CHARACTER_LENGTH",
"CONCAT",
"CONCAT_WS",
"CONNECTION_ID",
"CONV",
"CONVERT",
"COS",
"COT",
"COUNT",
"CRC32",
"CURDATE",
"CURRENT_DATE",
"CURRENT_TIME",
"CURRENT_TIMESTAMP",
"CURTIME",
"DATABASE",
"DATE",
"DATEDIFF",
"DATE_ADD",
"DATE_FORMAT",
"DATE_SUB",
"DAY",
"DAYNAME",
"DAYOFMONTH",
"DAYOFWEEK",
"DAYOFYEAR",
"DECODE",
"DEFAULT",
"DEGREES",
"DES_DECRYPT",
"DES_ENCRYPT",
"ELT",
"ENCODE",
"ENCRYPT",
"EXP",
"EXPORT_SET",
"EXTRACT",
"FIELD",
"FIND_IN_SET",
"FLOOR",
"FORMAT",
"FOUND_ROWS",
"FROM_DAYS",
"FROM_UNIXTIME",
"GET_FORMAT",
"GET_LOCK",
"GREATEST",
"GROUP_CONCAT",
"HEX",
"HOUR",
"IF",
"IFNULL",
"IN",
"INET_ATON",
"INET_NTOA",
"INSERT",
"INSTR",
"INTERVAL",
"ISNULL",
"LAST_INSERT_ID",
"LCASE",
"LEAST",
"LEFT",
"LENGTH",
"LN",
"LOAD_FILE",
"LOCALTIME",
"LOCALTIMESTAMP",
"LOCATE",
"LOG",
"LOG10",
"LOG2",
"LOWER",
"LPAD",
"LTRIM",
"MAKE_SET",
"MAKEDATE",
"MAKETIME",
"MATCH",
"MAX",
"MD5",
"MICROSECOND",
"MID",
"MIN",
"MINUTE",
"MOD",
"MONTH",
"MONTHNAME",
"NAME_CONST",
"NOW",
"NULLIF",
"OCT",
"OCTET_LENGTH",
"ORD",
"PASSWORD",
"PERIOD_ADD",
"PERIOD_DIFF",
"PI",
"POSITION",
"POW",
"POWER",
"PROCEDURE ANALYSE",
"QUARTER",
"QUOTE",
"RADIANS",
"RAND",
"RELEASE_LOCK",
"REPEAT",
"REPLACE",
"REVERSE",
"RIGHT",
"ROUND",
"ROW_COUNT",
"RPAD",
"RTRIM",
"SCHEMA",
"SEC_TO_TIME",
"SECOND",
"SESSION_USER",
"SHA1",
"SHA",
"SIGN",
"SIN",
"SLEEP",
"SOUNDEX",
"SPACE",
"SQRT",
"STR_TO_DATE",
"STRCMP",
"SUBDATE",
"SUBSTR",
"SUBSTRING",
"SUBSTRING_INDEX",
"SUBTIME",
"SUM",
"SYSDATE",
"SYSTEM_USER",
"TAN",
"TIME",
"TIMEDIFF",
"TIMESTAMP",
"TIMESTAMPADD",
"TIMESTAMPDIFF",
"TIME_FORMAT",
"TIME_TO_SEC",
"TO_DAYS",
"TRIM",
"TRUNCATE",
"UCASE",
"UNCOMPRESS",
"UNCOMPRESSED_LENGTH",
"UNHEX",
"UNIX_TIMESTAMP",
"UPPER",
"USER",
"UTC_DATE",
"UTC_TIME",
"UTC_TIMESTAMP",
"UUID",
"VAR_POP",
"VAR_SAMP",
"VARIANCE",
"VERSION",
"WEEK",
"WEEKDAY",
"WEEKOFYEAR",
"XOR",
"YEAR",
"YEARWEEK",
"ROW_NUMBER",
"RANK",
"DENSE_RANK",
"NTILE",
"LAG",
"LEAD",
"FIRST_VALUE",
"LAST_VALUE",
"CUME_DIST",
"PERCENT_RANK",
"PERCENTILE_CONT",
"PERCENTILE_DISC",
]
defadd_header(path: str):
"""Add header to php and go files"""
print(f"[add header] path: {path}")
withopen(path, "r", encoding="utf-8") asf:
content=f.read()
ifpath.endswith(".php"):
content="<?php\n"+content
elifpath.endswith(".go") and"sorting"notinpath:
content="package main\n"+content
elifpath.endswith(".sql"):
forfuncinfunctions_to_replace:
pattern=r"\b{}\s*\(".format(func)
content=re.sub(pattern, f"{func.upper()}(", content, flags=re.IGNORECASE)
else:
return
withopen(path, "w", encoding="utf-8") asf:
f.write(content)
defremove_header(path: str):
"""Remove header from php and go files"""
print(f"[remove header] path: {path}")
withopen(path, "r", encoding="utf-8") asf:
content=f.read()
ifpath.endswith(".php"):
content=content.rstrip()
content=content.replace("<?php\n", "")
elifpath.endswith(".go"):
content=content.rstrip()
if"sorting"notinpath:
content=content.replace("package main\n\n", "").replace(
"package main\n", ""
)
else:
return
withopen(path, "w", encoding="utf-8") asf:
f.write(content)
deffind_all_paths() ->List[str]:
"""Find all paths of files with suffixes"""
paths= []
forroot, _, filesinos.walk(os.getcwd()):
forfileinfiles:
path=root+"/"+file
if"node_modules"inpathor"__pycache__"inpathor".git"inpath:
continue
ifany(path.endswith(f".{suf}") forsufinsuffixes):
paths.append(path)
returnpaths
defformat_inline_code(path: str):
"""Format inline code in .md file"""
ifnotpath.endswith(".md"):
return
withopen(path, "r", encoding="utf-8") asf:
content=f.read()
root=path[: path.rfind("/")]
forsufincode_blocks:
res=re.findall(f"```{suf}\n(.*?)```", content, re.S)
forblockinresor []:
# skip empty code block
ifnotblockornotblock.strip():
continue
ifsufin ["c", "cpp", "java", "go"]:
file=f"{root}/Solution2.{suf}"
withopen(file, "w", encoding="utf-8") asf:
f.write(block)
ifsuf=="go":
add_header(file)
os.system(f'gofmt -w "{file}"')
remove_header(file)
else:
os.system(f'npx clang-format -i --style=file "{file}"')
withopen(file, "r", encoding="utf-8") asf:
new_block=f.read()
ifnotnew_block.endswith("\n"):
new_block+="\n"
content=content.replace(block, new_block)
os.remove(file)
elifsuf=="python":
new_block=black.format_str(
block, mode=black.FileMode(string_normalization=False)
)
content=content.replace(block, new_block)
elifsuf=="sql":
forfuncinfunctions_to_replace:
pattern=r"\b{}\s*\(".format(func)
new_block=re.sub(
pattern, f"{func.upper()}(", block, flags=re.IGNORECASE
)
content=content.replace(block, new_block)
block=new_block
withopen(path, "w", encoding="utf-8") asf:
f.write(content)
defrun():
"""Start formatting"""
paths=find_all_paths()
forpathinpaths:
add_header(path)
ifany(path.endswith(suf) forsufin ["c", "cpp", "java"]):
# format with clang-format
os.system(f'npx clang-format -i --style=file "{path}"')
# format with prettier
os.system('npx prettier --write "**/*.{js,ts,php,sql,rs,md}"')
# format with gofmt
os.system("gofmt -w .")
forpathinpaths:
remove_header(path)
forpathinpaths:
format_inline_code(path)
if__name__=="__main__":
run()