Skip to content

Latest commit

 

History

History
19 lines (15 loc) · 372 Bytes

File metadata and controls

19 lines (15 loc) · 372 Bytes

"Batteries included" prototool pre-commit hook

Example .pre-commit-config.yaml:

# See https://pre-commit.com.
repos:
  - repo: https://github.com/fiveai/pre-commit-prototool
    rev: master
    hooks:
      - id: "prototool:1.10.0"
        name: prototool lint
        args: ["lint"]

Links: