Merge branch 'main' into patch-2

This commit is contained in:
gagb
2024-12-16 13:42:28 -08:00
committed by GitHub

View File

@@ -96,8 +96,6 @@ hatch test
### Running Pre-commit Checks
If there are pre-commit hooks configured (indicated by the `.pre-commit-config.yaml`), you can test them by running:
```sh
pre-commit run --all-files
```