Skip to content

howto pre commit

Ludovico Bianchi edited this page Jul 13, 2022 · 3 revisions

How to: set up pre-commit hooks

Set up (run once for every environment)

  • PR #911 must be merged in (or the files copied manually)
pip install -r requirements-dev.txt
pre-commit install

Run the pre-commit scripts manually

  • Useful to check if they work, etc
pre-commit run

More information

Clone this wiki locally