Skip to content

pre-commit#

This repository uses pre-commit to manage pre-commit hooks.

Installation#

Installing the binary is covered on the homepage of pre-commit.

To activate it for this repository:

pre-commit install

pre-commits are managed in the .pre-commit-config.yaml file.

Run a test over all files:

pre-commit run --all-files