Skip to content

Latest commit

 

History

History
45 lines (34 loc) · 1.3 KB

File metadata and controls

45 lines (34 loc) · 1.3 KB

Industrial CI pre-commit codecov

Introduction

TODO: Write a simple description / introduction to the repository

Setup

TODO: Write a setup guide

Using pre-commit

This project uses pre-commit to manage automated checks.

Install pre-commit

pip install pre-commit

Run all hooks manually

pre-commit run --all-files

Install the git hook

This will make the checks run automatically every time you git commit:

pre-commit install

Update pre-commit hooks

pre-commit autoupdate

GitHub Actions CI