Details
-
Type:
Story
-
Status: Done
-
Resolution: Done
-
Fix Version/s: None
-
Component/s: ts_auxiliary_telescope, ts_main_telescope, ts_middleware
-
Labels:None
-
Story Points:1
-
Epic Link:
-
Sprint:TSSW Sprint - Mar 29 - Apr 12
-
Team:Telescope and Site
-
Urgent?:No
Description
Update my packages to use the current version of black.
This is a trivial change per package (just type "black .") but it adds up with the overhead of creating pull requests and getting reviews.
Attachments
Issue Links
- is contained by
-
CAP-714 Catch all ticket for TSSW XML 9.0 work
-
- Done
-
Pull requests
DM-27905)Footnotes:
1: update to use pre-commit instead of a custom pre-commit hook
2: use unittest.IsolatedAsyncioTestCase instead of asynctest
3: remove asynctest from setup.py (package was not using asynctest)
4: modernize code to eliminate warnings
5: add pre-commit