Skip to main content

Module config

Module config 

Source
Expand description

Pre-commit configuration models, i.e. for .pre-commit-config.yml.

See: https://pre-commit.com/#plugins

Structs§

Config
A single pre-commit configuration, containing one or more repositories, each of which may reference one or more hooks.
Hook
A single hook.

Enums§

Repo
A repository, i.e. where to get one or more hooks from.