DEV Community

Discussion on: Open sourcing a Python project? - Tools you should know about

Collapse
 
camelcaseguy profile image
Shubhendra Singh Chauhan

Really a nice post @miguelmj 👏

But I'd suggest - instead of using so many different tools for fixing style issues (Black & Pep8) and code quality issues (PyFlakes), you can use DeepSource which internally uses all these tools and It is totally free for Open-Source ✨
Just one simple configuration file and you're good to go. It also gives you the option to Autofix most of the issues.

Do check it out and let me know what you think! 😁

Collapse
 
miguelmj profile image
MiguelMJ

Coming back 😄
I personally prefer tools that I can use locally, but that might be just a little mania of mine. It seems like a really useful tool and I will definitely learn to use it. Thanks again! 😉

Collapse
 
miguelmj profile image
MiguelMJ

Thanks for the recommendation! I will definitely check out when I have the opportunity and come back to comment on them. 😁