mirror of
https://github.com/j178/prek.git
synced 2026-04-25 02:11:36 +02:00
b9acf150d1
* Support auto download requested Python version * Add test * Fix * Fix windows test
10 lines
234 B
YAML
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
|