Improve readme
This commit is contained in:
@@ -95,7 +95,7 @@ contact [opencode@microsoft.com](mailto:opencode@microsoft.com) with any additio
|
|||||||
|
|
||||||
### Running Tests
|
### Running Tests
|
||||||
|
|
||||||
To run the tests for this project, use the following command:
|
To run tests, install `hatch` using `pip` or other methods as described [here](https://hatch.pypa.io/dev/install).
|
||||||
|
|
||||||
```sh
|
```sh
|
||||||
pip install hatch
|
pip install hatch
|
||||||
@@ -105,6 +105,8 @@ hatch test
|
|||||||
|
|
||||||
### Running Pre-commit Checks
|
### Running Pre-commit Checks
|
||||||
|
|
||||||
|
Please run the pre-commit checks before submitting a PR.
|
||||||
|
|
||||||
```sh
|
```sh
|
||||||
pre-commit run --all-files
|
pre-commit run --all-files
|
||||||
```
|
```
|
||||||
|
|||||||
Reference in New Issue
Block a user