Skip to content

Files

Latest commit

7100d46 · Aug 11, 2023

History

History
11 lines (8 loc) · 421 Bytes

README.rst

File metadata and controls

11 lines (8 loc) · 421 Bytes

ts_attcpip

ts_attcpip is an LSST Telescope and Site package that provides common TCP/IP code for interaction with the AT LabVIEW servers.

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