pre-commit-hooks 0.2.0

Reads hooks metadata from Cargo.toml and executes on commit. Works with workspace format.
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
[build-dependencies.toml]
version = "0.7"

[package]
authors = ["Joe Grund <grundjoseph@gmail.com>", "Seto Elkahfi <setoelkahfi@gmail.com>"]
build = "build.rs"
description = "Reads hooks metadata from Cargo.toml and executes on commit. Works with workspace format."
license = "MIT"
name = "pre-commit-hooks"
readme = "README.md"
repository = "https://github.com/setoelkahfi/pre-commit-hooks"
version = "0.2.0"