Skip to content

Commit aedc3eb

Browse files
committed
docs(developing): Remove outdated instructions mentioning isort
1 parent 945803a commit aedc3eb

File tree

1 file changed

+0
-7
lines changed

1 file changed

+0
-7
lines changed

Diff for: docs/developing.md

-7
Original file line numberDiff line numberDiff line change
@@ -52,13 +52,6 @@ Rebuild docs on file change: `make watch_docs` (requires [entr(1)])
5252
Rebuild docs and run server via one terminal: `make dev_docs` (requires above, and a `make(1)` with
5353
`-J` support, e.g. GNU Make)
5454

55-
## Formatting
56-
57-
The project uses [black] and [isort] (one after the other). Configurations are in `pyproject.toml`
58-
and `setup.cfg`:
59-
60-
- `make black isort`: Run `black` first, then `isort` to handle import nuances
61-
6255
## Linting
6356

6457
### black

0 commit comments

Comments
 (0)