git-snip 0.3.0

Snip local Git branches that do not exist on the remote.
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
---
repos:
  # Markdown
  - repo: https://github.com/markdownlint/markdownlint
    rev: "v0.12.0"
    hooks:
      - id: markdownlint
        args: [-s, .markdownlint.rb]
  # Rust
  - repo: https://github.com/doublify/pre-commit-rust
    rev: v1.0
    hooks:
      - id: fmt
      - id: clippy