Skip to content
Snippets Groups Projects
Commit 8c7325b1 authored by Daniil Digtyar Vasilieva's avatar Daniil Digtyar Vasilieva :call_me:
Browse files

[https://github.com/oca/maintainer-tools] updating ab1d7f6 ->...

[https://github.com/oca/maintainer-tools] updating ab1d7f6 -> 58557dd6b2c72e698dd2a0b4c5b435815e5d9d02
[https://github.com/myint/autoflake] updating v1.4 -> v2.2.0
[https://github.com/psf/black] already up to date!
[https://github.com/pre-commit/mirrors-prettier] updating v2.4.1 -> v3.0.1
[https://github.com/pre-commit/pre-commit-hooks] updating v3.2.0 -> v4.4.0
[https://github.com/asottile/pyupgrade] updating v2.7.2 -> v3.10.1
[https://github.com/PyCQA/isort] updating 5.5.1 -> 5.12.0
[https://github.com/acsone/setuptools-odoo] updating 2.6.0 -> 3.1.12
[https://github.com/PyCQA/pylint] updating pylint-2.5.3 -> v3.0.0a6
parent fe15e47d
No related branches found
No related tags found
2 merge requests!195[REL] 14.0.2.0.0,!160Add pre-commit configuration
Pipeline #39652 passed
This commit is part of merge request !195. Comments created here will be created in the context of that merge request.
......@@ -27,7 +27,7 @@ repos:
language: fail
files: "\\.rej$"
- repo: https://github.com/oca/maintainer-tools
rev: ab1d7f6
rev: 58557dd6b2c72e698dd2a0b4c5b435815e5d9d02
hooks:
# update the NOT INSTALLABLE ADDONS section above
- id: oca-update-pre-commit-excluded-addons
......@@ -50,7 +50,7 @@ repos:
args:
- --addons-dir=.
- repo: https://github.com/myint/autoflake
rev: v1.4
rev: v2.2.0
hooks:
- id: autoflake
args: ["-i", "--ignore-init-module-imports"]
......@@ -59,7 +59,7 @@ repos:
hooks:
- id: black
- repo: https://github.com/pre-commit/mirrors-prettier
rev: v2.4.1
rev: v3.0.1
hooks:
- id: prettier
name: prettier + plugin-xml
......@@ -77,7 +77,7 @@ repos:
# - --color
# - --fix
- repo: https://github.com/pre-commit/pre-commit-hooks
rev: v3.2.0
rev: v4.4.0
hooks:
- id: trailing-whitespace
# exclude autogenerated files
......@@ -99,11 +99,11 @@ repos:
- id: mixed-line-ending
args: ["--fix=lf"]
- repo: https://github.com/asottile/pyupgrade
rev: v2.7.2
rev: v3.10.1
hooks:
- id: pyupgrade
- repo: https://github.com/PyCQA/isort
rev: 5.5.1
rev: 5.12.0
hooks:
- id: isort
name: isort except __init__.py
......@@ -111,7 +111,7 @@ repos:
- --settings=.
exclude: /__init__\.py$
- repo: https://github.com/acsone/setuptools-odoo
rev: 2.6.0
rev: 3.1.12
hooks:
- id: setuptools-odoo-make-default
- id: setuptools-odoo-get-requirements
......@@ -121,7 +121,7 @@ repos:
- --header
- "# generated from manifests external_dependencies"
- repo: https://github.com/PyCQA/pylint
rev: pylint-2.5.3
rev: v3.0.0a6
hooks:
- id: pylint
name: pylint with optional checks
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment