egeres / Long-calendar

MIT License
4 stars 1 forks source link

About code style (for Python) #4

Open ErikBjare opened 2 years ago

ErikBjare commented 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.

egeres commented 2 years ago

I hadn't considered it! Thank you for the advice!! I'll use this when I go back to extend the python functionality 🙌🏻