Skip to content

Latest commit

 

History

History
14 lines (10 loc) · 513 Bytes

README.rst

File metadata and controls

14 lines (10 loc) · 513 Bytes

ts_externalscripts

Non-supported SAL scripts for operating the LSST via the lsst.ts.scriptqueue.ScriptQueue. Supported SAL scripts go in ts_standardscripts.

Documentation

This code uses pre-commit to maintain black formatting and 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