Is your feature request related to a problem? Please describe.
Code formatting is an essential part of an open-source project to maintain uniformity and readability.
Describe the solution you'd like
We can look at solutions like psf/black. (a personal favourite due to it's simplicity)
Black makes code review faster by producing the smallest diffs possible. Blackened code looks the same regardless of the project you’re reading. Formatting becomes transparent after a while and you can focus on the content instead.
A PR where all code is black formatted and tested should also include some changes in .travis.yml to check black formatting in Travis CI.
Is your feature request related to a problem? Please describe. Code formatting is an essential part of an open-source project to maintain uniformity and readability.
Describe the solution you'd like We can look at solutions like
psf/black
. (a personal favourite due to it's simplicity)A PR where all code is
black
formatted and tested should also include some changes in.travis.yml
to check black formatting in Travis CI.Describe alternatives you've considered None
Additional context GitHub repo for Black A repository which uses Black