Merge branch 'main' into patch-2

This commit is contained in:
gagb 2024-12-16 13:42:28 -08:00 committed by GitHub
commit e7d9b5546a
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

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
```