Adopt black as a code formatter #6
Loading…
Reference in New Issue
No description provided.
Delete Branch "tvb/black-style"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
This change adopts the opinionated formatter
black
as the code style tool for Amanuensis. Black's formatting is, for the most part, in agreement with or not significantly different from the current code style. The main difference is that black enforces double-quotes for strings, but because black does the formatting for you instead of requiring user to fix it, you can still write strings with single quotes and have black clean it up afterwards.Black is currently configured to ignore the v0.1 codebase that has not been integrated into the newer development push. These exclusions can be removed as the rest of the codebase is pulled in.