prek 0.3.11

A fast Git hook manager written in Rust, designed as a drop-in alternative to pre-commit, reimagined.
1
2
3
4
5
6
7
#[allow(clippy::module_inception)]
mod deno;
pub(crate) mod installer;
pub(crate) mod version;

pub(crate) use deno::Deno;
pub(crate) use version::DenoRequest;