Skip to content

Commit

Permalink
Formatting nit
Browse files Browse the repository at this point in the history
  • Loading branch information
bwendling authored Sep 22, 2023
1 parent 53467a8 commit 31e85f4
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,9 @@ The rationale for this is that YAPF was initially developed at Google where
these two exceptions are still part of the internal Python style guide.

## Getting started
YAPF supports using tox 3 for creating a local dev environment, testing, and building redistributables. See [HACKING.md](HACKING.md) for more info.
YAPF supports using tox 3 for creating a local dev environment, testing, and
building redistributables. See [HACKING.md](HACKING.md) for more info.

```bash
$ pipx run --spec='tox<4' tox --devenv .venv
```
Expand Down

0 comments on commit 31e85f4

Please sign in to comment.