OCA / pylint-odoo

Odoo plugin for Pylint
http://www.pylint.org
143 stars 168 forks source link

Add pre-commit and move to Github Actions #380

Closed antonag32 closed 1 year ago

antonag32 commented 2 years ago

I think it is a good idea to add pre-commit with some goodies like black to 'modernize' this repo and adopt a definitive coding standard. We could then move the whole thing to Github Actions instead of travis, since we are just running "normal" Python tests, which do not involve setting up Odoo instances or stuff along those lines.

pedrobaeza commented 2 years ago

I like the idea. I think we can start applying black as a first step.