chore: pre-commit hooks

This commit is contained in:
2024-08-26 20:18:28 -03:00
parent c6824a99df
commit fb693bb221
289 changed files with 339 additions and 309 deletions

View File

@ -52,4 +52,4 @@ with open ("src/constants/token_abbrevs.cr", "w") as outf:
outf.write(" Abbreviations = {\n")
for k in sorted(abbrevs.keys()):
outf.write(f' "{k}" => "{abbrevs[k]}",\n')
outf.write(" }\nend\n")
outf.write(" }\nend\n")