From 3382077bb321d7797558ad0efdf952947946f25c Mon Sep 17 00:00:00 2001 From: Aminda Suomalainen Date: Tue, 23 Jul 2024 18:05:58 +0300 Subject: [PATCH] .pre-commit-config.yaml: reduce accuracy of python 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 ca3f205..21c4cdb 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -9,10 +9,10 @@ ci: skip: [prettier, pylint] default_language_version: - node: lts + node: "lts" # Remember .python-version and pyproject.toml ! - python: 3.12.4 - ruby: .ruby-version + python: "3.12" + ruby: ".ruby-version" repos: - repo: https://github.com/pre-commit/pre-commit-hooks