From 8f921ec7959a285b1071f68ef8818247b5756e59 Mon Sep 17 00:00:00 2001 From: Eric Antones Date: Tue, 19 Jan 2021 18:58:31 +0100 Subject: [PATCH] [FIX] wrong/old oca_mantainer-tool revision in pre-commit configuration The latest mantainer_tool version solves the docutils and pip issues https://github.com/OCA/maintainer-tools/pull/483 --- .pre-commit-config.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 85f5924d0..4db58bc8a 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -26,7 +26,7 @@ repos: language: fail files: "\\.rej$" - repo: https://github.com/oca/maintainer-tools - rev: 1b5c7ad + rev: f2d1be9 hooks: # update the NOT INSTALLABLE ADDONS section above - id: oca-update-pre-commit-excluded-addons