Skip to content

Latest commit

 

History

History
14 lines (10 loc) · 268 Bytes

CONTRIBUTING.rst

File metadata and controls

14 lines (10 loc) · 268 Bytes

Contributing to alphaCSC

Pre-commit hook

A pre-commit hook that will run lint checks (in particular flake8) may be enabled. To do so, run

pip install pre-commit
pre-commit install