mirror of
https://github.com/pre-commit/pre-commit.git
synced 2026-02-17 08:14:42 +04:00
Make local hooks work
This commit is contained in:
parent
23fe0be286
commit
5ac2ba0f7b
3 changed files with 26 additions and 0 deletions
7
pre_commit/resources/empty_template/Cargo.toml
Normal file
7
pre_commit/resources/empty_template/Cargo.toml
Normal file
|
|
@ -0,0 +1,7 @@
|
|||
[package]
|
||||
name = "__fake_crate"
|
||||
version = "0.0.0"
|
||||
|
||||
[[bin]]
|
||||
name = "__fake_cmd"
|
||||
path = "main.rs"
|
||||
Loading…
Add table
Add a link
Reference in a new issue