refac: include black

This commit is contained in:
Timothy Jaeryang Baek
2026-03-24 17:18:52 -05:00
parent cffbc3558e
commit 8507e5eb0d
4 changed files with 5102 additions and 10 deletions
@@ -277,11 +277,11 @@ class Pipe:
content = _content;
await tick();
if (res) {
console.info('Code formatted successfully');
saveHandler();
if (!res) {
console.warn('Code formatting failed or was skipped, saving unformatted code');
}
saveHandler();
}
};
</script>
@@ -179,11 +179,11 @@ class Tools:
content = _content;
await tick();
if (res) {
console.log('Code formatted successfully');
saveHandler();
if (!res) {
console.warn('Code formatting failed or was skipped, saving unformatted code');
}
saveHandler();
}
};
</script>