summaryrefslogtreecommitdiffstats
path: root/.rusty-hook.toml
diff options
context:
space:
mode:
Diffstat (limited to '.rusty-hook.toml')
-rw-r--r--.rusty-hook.toml5
1 files changed, 5 insertions, 0 deletions
diff --git a/.rusty-hook.toml b/.rusty-hook.toml
new file mode 100644
index 0000000..96caa0c
--- /dev/null
+++ b/.rusty-hook.toml
@@ -0,0 +1,5 @@
+[hooks]
+pre-commit = "cargo fmt --all --verbose && markdownlint-cli2 --config .markdownlint.json *.md && codespell -L crate -w src/*.rs *.md tests/*.rs *.toml && cargo test && cargo clippy"
+
+[logging]
+verbose = true