You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When working with the code I experienced a lot of different conventions being used when it comes to string indications ("" vs ''), spaces (e.g. def func1(param = "abc") vs def func1(param="abc")). In order to avoid to create too much noise in PR for new contributors putting Black (and maybe isort) back into use could be very helpful.
The text was updated successfully, but these errors were encountered:
I agree! This definitely makes sense. We tried integrating it before but had some issues, especially when integrating into the GitLab CI/CD pipeline. But since the repo is on GitHub now, we should integrate it here.
I will start working on it.
When working with the code I experienced a lot of different conventions being used when it comes to string indications ("" vs ''), spaces (e.g. def func1(param = "abc") vs def func1(param="abc")). In order to avoid to create too much noise in PR for new contributors putting Black (and maybe isort) back into use could be very helpful.
The text was updated successfully, but these errors were encountered: