Closed basnijholt closed 4 years ago
Thanks for the PR, I will have a look over the weekend.
Unfortunately, black is uncompromising and doesn't allow you to configure how it handles specific cases.
https://github.com/psf/black#the-uncompromising-code-formatter
So it's double quotes and limits the line length to 88.
So it's double quotes and limits the line length to 88.
So be it then :)
Awesome! Thanks again for the PR!
I've added pre-commit which runs a bunch of linters at each commit.
This ensures a consistent code-style throughout the project.