[15.0][FIX] Update pre-commit copier to fix isort

This commit is contained in:
Pablo Esteban
2023-02-02 08:50:14 +01:00
parent cabb2a80d4
commit 5a56fdcb9f
2 changed files with 2 additions and 2 deletions

View File

@@ -1,5 +1,5 @@
# Do NOT update manually; changes here will be overwritten by Copier
_commit: v1.14.0
_commit: v1.14.1
_src_path: https://github.com/OCA/oca-addons-repo-template.git
ci: GitHub
dependency_installation_mode: PIP

View File

@@ -101,7 +101,7 @@ repos:
- id: pyupgrade
args: ["--keep-percent-format"]
- repo: https://github.com/PyCQA/isort
rev: 5.9.3
rev: 5.12.0
hooks:
- id: isort
name: isort except __init__.py