6 Commits

Author SHA1 Message Date
Misty De Méo
a23dd6a923 chore: use ruff for formatting
There are a few minor changes here compared to black; it flagged
unnecessary string concatenations, and has slightly different
opinions on line length.
2025-03-05 11:12:46 -08:00
Misty De Méo
ab8970ff3e test: add CI (#329)
This adds two CI runs: a quick one that happens for every pull
request and merge to master, and a longer one that happens daily.

This also adds a new installation group to setup.py because the
`easy` group isn't currently installable, and some of the dependencies
specified there need to be present for the tests to run.
2025-03-04 09:34:53 -08:00
Barbara Miller
e6332c7f94 unused 2025-03-03 14:41:30 -08:00
Barbara Miller
39a3c7cc8b
Update workflow publish-artifacts.yml 2024-10-30 15:56:02 -07:00
Barbara Miller
741a30feee draft workflow to publish build artifacts 2024-10-30 12:06:41 -07:00
Alex Dempsey
8b23430a87 Use black, enforce with GitHub Actions 2024-02-08 12:07:41 -08:00