From ec235e7f9019311e9ac988604c1b070e9583f961 Mon Sep 17 00:00:00 2001 From: Aminda Suomalainen Date: Tue, 23 Jul 2024 18:05:09 +0300 Subject: [PATCH] .pre-commit-config.yaml: python doesn't need the minor version --- .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 0da880bf..d8e95223 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -10,10 +10,10 @@ ci: autoupdate_schedule: quarterly default_language_version: - node: lts + node: "lts" # Remember .python-version ! - python: 3.12.4 - ruby: .ruby-version + python: "3.12" + ruby: ".ruby-version" repos: - repo: https://github.com/pre-commit/pre-commit-hooks