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
8
9
#[allow(clippy::module_inception)]
mod golang;
mod gomod;
mod installer;
mod version;

pub(crate) use golang::Golang;
pub(crate) use gomod::extract_go_mod_metadata;
pub(crate) use version::GoRequest;