OCA / odoo-module-migrator

Python library to migrate odoo base code from a version to another
GNU Affero General Public License v3.0
131 stars 119 forks source link

Include pre-commit #29

Closed flachica closed 4 years ago

flachica commented 4 years ago

Include pre-commit to run before PR in this repository

yelizariev commented 4 years ago

Maybe you can close #25 in favor of this one?

flachica commented 4 years ago

@yelizariev Yes, but I thought better not to include pre-commit. If it is not executed, you can see much better the changes made by odoo-module-migrator. Also, the programmer could execute pre-commit manually or automatically if he has the script installed