@@ -17,7 +17,7 @@ exclude: |
1717 (LICENSE.*|COPYING.*)
1818default_language_version :
1919 python : python3
20- node : " 14.18 .0"
20+ node : " 16.17 .0"
2121repos :
2222 - repo : local
2323 hooks :
@@ -34,14 +34,14 @@ repos:
3434 language : fail
3535 files : ' [a-zA-Z0-9_]*/i18n/en\.po$'
3636 - repo : https://github.com/oca/maintainer-tools
37- rev : dfba427ba03900b69e0a7f2c65890dc48921d36a
37+ rev : 4cd2b852214dead80822e93e6749b16f2785b2fe
3838 hooks :
3939 # update the NOT INSTALLABLE ADDONS section above
4040 - id : oca-update-pre-commit-excluded-addons
4141 - id : oca-fix-manifest-website
4242 args : ["https://github.com/camptocamp/odoo-cloud-platform"]
4343 - repo : https://github.com/myint/autoflake
44- rev : v1.4
44+ rev : v1.6.1
4545 hooks :
4646 - id : autoflake
4747 args :
@@ -52,30 +52,30 @@ repos:
5252 - --remove-duplicate-keys
5353 - --remove-unused-variables
5454 - repo : https://github.com/psf/black
55- rev : 22.3 .0
55+ rev : 22.8 .0
5656 hooks :
5757 - id : black
5858 - repo : https://github.com/pre-commit/mirrors-prettier
59- rev : v2.4 .1
59+ rev : v2.7 .1
6060 hooks :
6161 - id : prettier
6262 name : prettier (with plugin-xml)
6363 additional_dependencies :
64- - " prettier@2.4 .1"
65- - " @prettier/plugin-xml@1.1 .0"
64+ - " prettier@2.7 .1"
65+ - " @prettier/plugin-xml@2.2 .0"
6666 args :
6767 - --plugin=@prettier/plugin-xml
6868 files : \.(css|htm|html|js|json|jsx|less|md|scss|toml|ts|xml|yaml|yml)$
6969 - repo : https://github.com/pre-commit/mirrors-eslint
70- rev : v7.32 .0
70+ rev : v8.24 .0
7171 hooks :
7272 - id : eslint
7373 verbose : true
7474 args :
7575 - --color
7676 - --fix
7777 - repo : https://github.com/pre-commit/pre-commit-hooks
78- rev : v4.0.1
78+ rev : v4.3.0
7979 hooks :
8080 - id : trailing-whitespace
8181 # exclude autogenerated files
9797 - id : mixed-line-ending
9898 args : ["--fix=lf"]
9999 - repo : https://github.com/asottile/pyupgrade
100- rev : v2.29.0
100+ rev : v2.38.2
101101 hooks :
102102 - id : pyupgrade
103103 args : ["--keep-percent-format"]
@@ -114,13 +114,13 @@ repos:
114114 hooks :
115115 - id : setuptools-odoo-make-default
116116 - repo : https://github.com/PyCQA/flake8
117- rev : 3.9.2
117+ rev : 5.0.4
118118 hooks :
119119 - id : flake8
120120 name : flake8
121121 additional_dependencies : ["flake8-bugbear==21.9.2"]
122122 - repo : https://github.com/OCA/pylint-odoo
123- rev : 7 .0.2
123+ rev : v8 .0.19
124124 hooks :
125125 - id : pylint_odoo
126126 name : pylint with optional checks
0 commit comments