Fix lint commit reference

This commit is contained in:
AnimeGitB 2022-08-22 01:49:50 +09:30
parent d9f85ba2a7
commit e38c6251f6

View File

@ -4,7 +4,7 @@ import subprocess
UPSTREAM = 'https://github.com/Grasscutters/Grasscutter.git'
RATCHET = 'LintRatchet'
RATCHET_FALLBACK = '8e3deb9'
RATCHET_FALLBACK = 'c517b8a2c95473811eb07e12e73c4a69e59fbbdc'
re_leading_whitespace = re.compile(r'^[ \t]+', re.MULTILINE) # Replace with \1.replace('\t', ' ')