From e8429b07bc87624ffcc3dc1dfe401c6c6fc2b591 Mon Sep 17 00:00:00 2001 From: Hugo Date: Tue, 17 Dec 2019 22:23:16 +0200 Subject: [PATCH] Don't pin to a Python version --- .pre-commit-config.yaml | 2 -- 1 file changed, 2 deletions(-) diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index f455560..7c3d29b 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -9,7 +9,6 @@ repos: rev: 19.10b0 hooks: - id: black - language_version: python3.7 # override until resolved: https://github.com/psf/black/issues/402 files: \.pyi?$ types: [] @@ -24,7 +23,6 @@ repos: rev: v4.3.21 hooks: - id: isort - language_version: python3.7 - repo: https://github.com/pre-commit/pygrep-hooks rev: v1.4.2