From 3bb24ef979daa87b85b5ba08de6a2edd3ae006d8 Mon Sep 17 00:00:00 2001 From: oca-git-bot Date: Sun, 12 Mar 2023 21:28:31 +0100 Subject: [PATCH] [IMP] update dotfiles [ci skip] --- .copier-answers.yml | 2 +- .pre-commit-config.yaml | 3 +-- 2 files changed, 2 insertions(+), 3 deletions(-) diff --git a/.copier-answers.yml b/.copier-answers.yml index 5caa33fb5..4b6fec2d1 100644 --- a/.copier-answers.yml +++ b/.copier-answers.yml @@ -1,5 +1,5 @@ # Do NOT update manually; changes here will be overwritten by Copier -_commit: v1.14.0 +_commit: v1.14.2 _src_path: gh:oca/oca-addons-repo-template ci: GitHub dependency_installation_mode: PIP diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 84f687097..c28fef26c 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -15,7 +15,7 @@ exclude: | # You don't usually want a bot to modify your legal texts (LICENSE.*|COPYING.*) default_language_version: - python: python3 + python: python3.6 repos: - repo: https://github.com/oca/maintainer-tools rev: ab1d7f6 @@ -38,7 +38,6 @@ repos: rev: v3.4.1 hooks: - id: flake8 - language_version: python3.6 name: flake8 excluding __init__.py exclude: __init__\.py - repo: https://github.com/pre-commit/mirrors-pylint