mirror of
https://github.com/j178/prek.git
synced 2026-04-03 17:34:03 +02:00
* . * Support `nodejs` language * add run * . * Fix * Improve * Test * add test * Debug * Fix npm name * oh my, windows * Fix * Fix
11 lines
264 B
YAML
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
|