Open ErikBjare opened 2 years ago
I notice you use a very particular code style for the Python files that I haven't seen anywhere else.
Have you considered using something like black instead? (similar to Prettier for JS/TS)
I use it for all my projects and really like it. Makes it easier to contribute when the style is consistent & enforced.
I hadn't considered it! Thank you for the advice!! I'll use this when I go back to extend the python functionality 🙌🏻
I notice you use a very particular code style for the Python files that I haven't seen anywhere else.
Have you considered using something like black instead? (similar to Prettier for JS/TS)
I use it for all my projects and really like it. Makes it easier to contribute when the style is consistent & enforced.