I have been thinking for a while when I last contributed a PR and I noticed you had to solve my formatting issues.
I now have a python/django coach (Adam Johnson) and he recommended me that he used pre-commit https://pre-commit.com/#install as way he enforced standard formatting issues for all his open source libraries.
I have been experimenting pre-commit for my own private django sideprojects and I think it's really helpful.
Of course, he advised me to check with the maintainer of the open source I contribute to if they are open and basically it's up to them. I agree.
Hi @javrasya
I have been thinking for a while when I last contributed a PR and I noticed you had to solve my formatting issues.
I now have a python/django coach (Adam Johnson) and he recommended me that he used pre-commit https://pre-commit.com/#install as way he enforced standard formatting issues for all his open source libraries.
I have been experimenting pre-commit for my own private django sideprojects and I think it's really helpful.
Of course, he advised me to check with the maintainer of the open source I contribute to if they are open and basically it's up to them. I agree.
What do you think?