Age | Commit message (Collapse) | Author | |
---|---|---|---|
2022-10-13 | Update changelog for 4.0.0 (#280)4.0.0 | Kate Case | |
* Update changelog for 4.0.0 * Fix changelog | |||
2022-09-02 | Fix `pre-commit` Issues (#223) | Shawn Wilsher | |
* Fix `pre-commit` Issues This change fixes `.pre-commit-config.yaml` so that `main` no longer has errors on it. To accomplish that, two things had to be done: * Update the version of `black` that `pre-commit` uses to match what `tox` uses. * Run `pre-commit run --all-files` and commit the results Co-authored-by: Kate Case <this.is@katherineca.se> |