.pre-commit-config.yaml: specify node & ruby versions

This commit is contained in:
Aminda Suomalainen 2024-07-22 08:38:46 +03:00
parent 0a0521b116
commit 8760cbeded
Signed by: Mikaela
SSH Key Fingerprint: SHA256:CXLULpqNBdUKB6E6fLA1b/4SzG0HvKD19PbIePU175Q
1 changed files with 4 additions and 0 deletions

View File

@ -10,6 +10,10 @@ ci:
autoupdate_schedule: quarterly autoupdate_schedule: quarterly
skip: [prettier, pylint] skip: [prettier, pylint]
default_language_version:
node: lts
ruby: .ruby-version
repos: repos:
- repo: https://github.com/pre-commit/pre-commit-hooks - repo: https://github.com/pre-commit/pre-commit-hooks
rev: v4.6.0 rev: v4.6.0