.pre-commit-config.yaml: reduce accuracy of python version

This commit is contained in:
Aminda Suomalainen 2024-07-23 18:05:58 +03:00
parent 2ab372c81a
commit 3382077bb3
Signed by: Mikaela
SSH Key Fingerprint: SHA256:CXLULpqNBdUKB6E6fLA1b/4SzG0HvKD19PbIePU175Q
1 changed files with 3 additions and 3 deletions

View File

@ -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