Skip to content

Commit

Permalink
Add some bash yaml specifiers
Browse files Browse the repository at this point in the history
  • Loading branch information
sjperkins committed Jan 30, 2024
1 parent 8b78802 commit ecd4ad8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/PULL_REQUEST_TEMPLATE.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
run the pre-commit hooks in your development
virtuale environment:

```
```bash
$ pip install pre-commit
$ pre-commit install
$ pre-commit run -a
Expand All @@ -19,7 +19,7 @@

To build the docs locally:

```
```bash
pip install -r requirements.readthedocs.txt
cd docs
READTHEDOCS=True make html
Expand Down

0 comments on commit ecd4ad8

Please sign in to comment.