Skip to content

Latest commit

 

History

History
10 lines (6 loc) · 534 Bytes

README.md

File metadata and controls

10 lines (6 loc) · 534 Bytes

Code style: black pre-commit

Repo Template

Toy repository with useful code, functions and hooks.

pre-commit usage

This repo uses 2 pre-commit hooks: black and flake8. Contributors should install pre-commit (pip install pre-commit) and then run pre-commit install to install the hooks.