pun-sort: add frontend

This commit is contained in:
2025-12-28 22:31:09 +01:00
parent 367499d380
commit 047016aff8
2 changed files with 247 additions and 77 deletions

View File

@@ -4,9 +4,11 @@ writers.writePython3Bin "pun_sort_api.py" {
"E203"
"E203"
"E226"
"E265"
"E302"
"E305"
"E501"
"F401"
"F841"
"W503"
];