@@ -12,6 +12,8 @@ exclude: |
12
12
/static/(src/)?lib/|
13
13
# Repos using Sphinx to generate docs don't need prettying
14
14
^docs/_templates/.*\.html$|
15
+ # Don't bother non-technical authors with formatting issues in docs
16
+ readme/.*\.(rst|md)$|
15
17
# You don't usually want a bot to modify your legal texts
16
18
(LICENSE.*|COPYING.*)
17
19
default_language_version :
@@ -33,12 +35,28 @@ repos:
33
35
language : fail
34
36
files : ' [a-zA-Z0-9_]*/i18n/en\.po$'
35
37
- repo : https://github.com/oca/maintainer-tools
38
+ <<<<<<< before updating
36
39
rev : 16ef7b874ff0366f3137e5faff8fcad44ac14485
40
+ =======
41
+ rev : 969238e47c07d0c40573acff81d170f63245d738
42
+ >>>>>>> after updating
37
43
hooks :
38
44
# update the NOT INSTALLABLE ADDONS section above
39
45
- id : oca-update-pre-commit-excluded-addons
40
46
- id : oca-fix-manifest-website
41
47
args : ["https://github.com/OCA/account-fiscal-rule"]
48
+ - id : oca-gen-addon-readme
49
+ args :
50
+ - --addons-dir=.
51
+ - --branch=15.0
52
+ - --org-name=OCA
53
+ - --repo-name=account-fiscal-rule
54
+ - --if-source-changed
55
+ - repo : https://github.com/OCA/odoo-pre-commit-hooks
56
+ rev : v0.0.25
57
+ hooks :
58
+ - id : oca-checks-odoo-module
59
+ - id : oca-checks-po
42
60
- repo : https://github.com/myint/autoflake
43
61
rev : v1.4
44
62
hooks :
@@ -125,7 +143,7 @@ repos:
125
143
name : flake8
126
144
additional_dependencies : ["flake8-bugbear==21.9.2"]
127
145
- repo : https://github.com/OCA/pylint-odoo
128
- rev : 7.0.2
146
+ rev : 7.0.5
129
147
hooks :
130
148
- id : pylint_odoo
131
149
name : pylint with optional checks
0 commit comments