mirror of
https://gitea.blesmrt.net/mikaela/scripts.git
synced 2024-11-16 08:09:23 +01:00
.pre-commit-config.yaml: specify node & ruby versions
This commit is contained in:
parent
0a0521b116
commit
8760cbeded
4
.pre-commit-config.yaml
vendored
4
.pre-commit-config.yaml
vendored
@ -10,6 +10,10 @@ ci:
|
||||
autoupdate_schedule: quarterly
|
||||
skip: [prettier, pylint]
|
||||
|
||||
default_language_version:
|
||||
node: lts
|
||||
ruby: .ruby-version
|
||||
|
||||
repos:
|
||||
- repo: https://github.com/pre-commit/pre-commit-hooks
|
||||
rev: v4.6.0
|
||||
|
Loading…
Reference in New Issue
Block a user