added all hooks to readme. Passing all tests

This commit is contained in:
Alvaro Andrés Rodríguez Scelza 2019-06-11 11:13:33 -03:00
parent 2a7440ef4f
commit c0145f16cb
3 changed files with 33 additions and 5 deletions

View file

@ -53,6 +53,10 @@ repos:
args: [
--exclude, '.*(\/)*__openerp__.py$',
]
- id: check-branch-name
args: [
--regex, 'develop\..+?\.(DEFECTO|INVES|MEJORA)\.\d+(_\d+)*'
]
- id: check-line
args: [
--line-to-check, '^(\t| )*<field.+',
@ -72,8 +76,4 @@ repos:
- id: check-model-name
- id: check-view-name
- id: check-view-fields-order
- id: check-branch-name
args: [
--regex, 'develop\..+?\.(DEFECTO|INVES|MEJORA)\.\d+(_\d+)*'
]
- id: check-class-docstring