Skip to content

Commit 11a3a01

Browse files
committed
docs(developing): Fix mypy example
1 parent 2552917 commit 11a3a01

File tree

1 file changed

+5
-4
lines changed

1 file changed

+5
-4
lines changed

docs/developing.md

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -256,11 +256,12 @@ requires [`entr(1)`].
256256

257257
````{tab} Configuration
258258
259-
See `[flake8]` in setup.cfg.
259+
See `[tool.mypy]` in pyproject.toml.
260260
261-
```{literalinclude} ../setup.cfg
262-
:language: ini
263-
:start-at: "[mypy]"
261+
```{literalinclude} ../pyproject.toml
262+
:language: toml
263+
:start-at: "[tool.mypy]"
264+
:end-before: "[tool"
264265
265266
```
266267

0 commit comments

Comments
 (0)