Skip to content

Latest commit

 

History

History
7 lines (5 loc) · 352 Bytes

README.rst

File metadata and controls

7 lines (5 loc) · 352 Bytes

Configuration files for LSST environmental awareness system CSCs

This code uses pre-commit to check yaml file syntax, maintain black formatting, and check flake8 compliance. To enable this, run the following commands once (the first removes the previous pre-commit hook):

git config --unset-all core.hooksPath
pre-commit install