1
0
mirror of https://github.com/j178/prek.git synced 2026-04-03 17:34:03 +02:00
Files
prek/tests/fixtures/python-version.yaml
Jo ca12c55c1b Support nodejs language hook (#298)
* .

* Support `nodejs` language

* add run

* .

* Fix

* Improve

* Test

* add test

* Debug

* Fix npm name

* oh my, windows

* Fix

* Fix
2025-08-02 06:33:16 +08:00

11 lines
264 B
YAML

repos:
- repo: local
hooks:
- id: python-3.11
name: Python 3.11
entry: python -c "import sys; print(sys.version_info[:3])"
language: python
language_version: '3.11'
always_run: true
pass_filenames: false