Skip to content

Commit

Permalink
docs(README): Formatting updates
Browse files Browse the repository at this point in the history
  • Loading branch information
tony committed Apr 17, 2022
1 parent 07d79e2 commit 60fb773
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -113,7 +113,7 @@ Rebuild docs and run server via one terminal: `make dev_docs` (requires above, a

The project uses [black](https://github.com/psf/black) and [isort](https://pypi.org/project/isort/)
(one after the other) and runs [flake8](https://flake8.pycqa.org/) via CI. See the configuration in
<span class="title-ref">pyproject.toml</span> and \`setup.cfg\`:
`pyproject.toml` and `setup.cfg`:

`make black isort`: Run `black` first, then `isort` to handle import nuances `make flake8`, to watch
(requires `entr(1)`): `make watch_flake8`
Expand Down

0 comments on commit 60fb773

Please sign in to comment.