From d7a31281db5aa2bc22d5daac94e57050d1ba9933 Mon Sep 17 00:00:00 2001 From: Bastien Abadie <abadie@teklia.com> Date: Mon, 23 Aug 2021 22:29:56 +0200 Subject: [PATCH] Remove restriction on python 3.9 --- .pre-commit-config.yaml | 3 --- 1 file changed, 3 deletions(-) diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index a8b2e757..283846c6 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -45,6 +45,3 @@ repos: - repo: meta hooks: - id: check-useless-excludes - -default_language_version: - python: python3.9 -- GitLab