mirror of
https://github.com/Grasscutters/Grasscutter.git
synced 2025-12-13 07:25:08 +01:00
Fix lint commit reference
This commit is contained in:
@@ -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', ' ')
|
||||||
|
|||||||
Reference in New Issue
Block a user