Merge pull request #29 from microsoft/gagb-patch-1

Update README.md
This commit is contained in:
gagb 2024-12-14 19:17:54 -08:00 committed by GitHub
commit 81e3f24acd
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -76,8 +76,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
```