peter-evans / autopep8

A GitHub action for autopep8, a tool that automatically formats Python code to conform to the PEP 8 style guide.
MIT License
84 stars 15 forks source link

Remove print()-Statements #66

Open Serpensin opened 1 year ago

Serpensin commented 1 year ago

Would it be possible, to implement a feature to remove print()-Statements? I use a 'dev'-branch, that includes a lot of print()-Statements, that are only used for debugging. They are useless to have in the 'master' branch.