-
Notifications
You must be signed in to change notification settings - Fork 1.5k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
1 changed file
with
4 additions
and
8 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -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 | ||
contact [[email protected]](mailto:[email protected]) with any additional questions or comments. | ||
|
||
## Installation | ||
|
||
To install the dependencies for this project, run the following command in the root of the project: | ||
|
||
|
||
## Running Tests | ||
### Running Tests | ||
|
||
To run the tests for this project, use the following command: | ||
|
||
```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: | ||
|
||
|