From 7ecc6a6206d94a27187b43f7db763fc743f1196d Mon Sep 17 00:00:00 2001 From: Aminda Suomalainen Date: Thu, 11 Jan 2024 21:31:23 +0200 Subject: [PATCH] .pre-commit-config.yaml: comment pypy3 usage --- .pre-commit-config.yaml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 8938951..dc50810 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -11,9 +11,9 @@ ci: # https://github.com/pre-commit-ci/issues/issues/83 autoupdate_schedule: quarterly -# Use pypy3 for the Python hooks -default_language_version: - python: pypy3 +# Use pypy3 for the Python hooks. Except don't, see .gitlab-ci.yml +#default_language_version: +# python: pypy3 repos: - repo: https://github.com/pre-commit/pre-commit-hooks