mirror of
https://github.com/Anime-Game-Servers/Grasscutter-Quests.git
synced 2024-11-23 04:29:42 +00:00
Fix lint commit reference
This commit is contained in:
parent
d9f85ba2a7
commit
e38c6251f6
@ -4,7 +4,7 @@ import subprocess
|
|||||||
|
|
||||||
UPSTREAM = 'https://github.com/Grasscutters/Grasscutter.git'
|
UPSTREAM = 'https://github.com/Grasscutters/Grasscutter.git'
|
||||||
RATCHET = 'LintRatchet'
|
RATCHET = 'LintRatchet'
|
||||||
RATCHET_FALLBACK = '8e3deb9'
|
RATCHET_FALLBACK = 'c517b8a2c95473811eb07e12e73c4a69e59fbbdc'
|
||||||
|
|
||||||
|
|
||||||
re_leading_whitespace = re.compile(r'^[ \t]+', re.MULTILINE) # Replace with \1.replace('\t', ' ')
|
re_leading_whitespace = re.compile(r'^[ \t]+', re.MULTILINE) # Replace with \1.replace('\t', ' ')
|
||||||
|
Loading…
Reference in New Issue
Block a user