Skip to content

Latest commit

 

History

History
19 lines (14 loc) · 330 Bytes

File metadata and controls

19 lines (14 loc) · 330 Bytes

Pyrefly Pre-commit Hooks

This repository contains pre-commit hooks for pyrefly.

Installation

  - repo: https://github.com/UserNobody14/pyrefly-precommit
    rev: '0.0.2'
    hooks:
      - id: pyrefly
        args: ["--python-interpreter", ".venv/bin/python3"]

Usage

pre-commit run --all-files