We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 945803a commit aedc3ebCopy full SHA for aedc3eb
docs/developing.md
@@ -52,13 +52,6 @@ Rebuild docs on file change: `make watch_docs` (requires [entr(1)])
52
Rebuild docs and run server via one terminal: `make dev_docs` (requires above, and a `make(1)` with
53
`-J` support, e.g. GNU Make)
54
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
62
## Linting
63
64
### black
0 commit comments