1
0
mirror of https://github.com/j178/prek.git synced 2026-04-25 02:11:36 +02:00
Files
prek/tests/fixtures/python-version.yaml
T
Jo b9acf150d1 Support downloading requested Python version automatically (#281)
* Support auto download requested Python version

* Add test

* Fix

* Fix windows test
2025-08-01 00:27:02 +08:00

10 lines
234 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