prek 0.3.11

A fast Git hook manager written in Rust, designed as a drop-in alternative to pre-commit, reimagined.
1
2
3
4
5
6
7
8
9
10
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