Skip to content

Commit

Permalink
extend quotes
Browse files Browse the repository at this point in the history
  • Loading branch information
matthewfeickert committed May 16, 2023
1 parent 539a5f2 commit 7adb037
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ We recommend first reading the "[Developing](https://scikit-hep.org/pyhf/develop
You can install the development environment (which includes a number of extra) libraries and all others needed to run the tests via `pip`:

```console
python -m pip install --upgrade --editable .[complete]
python -m pip install --upgrade --editable '.[develop]'
```

To make the PR process much smoother we also strongly recommend that you setup the Git pre-commit hook for [Black](https://github.com/psf/black) by running
Expand Down

0 comments on commit 7adb037

Please sign in to comment.