Fix conflicts
This commit is contained in:
12
README.md
12
README.md
@@ -65,20 +65,16 @@ This project has adopted the [Microsoft Open Source Code of Conduct](https://ope
|
|||||||
For more information see the [Code of Conduct FAQ](https://opensource.microsoft.com/codeofconduct/faq/) or
|
For more information see the [Code of Conduct FAQ](https://opensource.microsoft.com/codeofconduct/faq/) or
|
||||||
contact [opencode@microsoft.com](mailto:opencode@microsoft.com) with any additional questions or comments.
|
contact [opencode@microsoft.com](mailto:opencode@microsoft.com) with any additional questions or comments.
|
||||||
|
|
||||||
## Installation
|
### Running Tests
|
||||||
|
|
||||||
To install the dependencies for this project, run the following command in the root of the project:
|
|
||||||
|
|
||||||
|
|
||||||
## Running Tests
|
|
||||||
|
|
||||||
To run the tests for this project, use the following command:
|
To run the tests for this project, use the following command:
|
||||||
|
|
||||||
```sh
|
```sh
|
||||||
pytest
|
hatch shell
|
||||||
|
hatch test
|
||||||
```
|
```
|
||||||
|
|
||||||
## Running Pre-commit Checks
|
### Running Pre-commit Checks
|
||||||
|
|
||||||
If there are pre-commit hooks configured (indicated by the `.pre-commit-config.yaml`), you can test them by running:
|
If there are pre-commit hooks configured (indicated by the `.pre-commit-config.yaml`), you can test them by running:
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user