We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2552917 commit 11a3a01Copy full SHA for 11a3a01
1 file changed
docs/developing.md
@@ -256,11 +256,12 @@ requires [`entr(1)`].
256
257
````{tab} Configuration
258
259
-See `[flake8]` in setup.cfg.
+See `[tool.mypy]` in pyproject.toml.
260
261
-```{literalinclude} ../setup.cfg
262
-:language: ini
263
-:start-at: "[mypy]"
+```{literalinclude} ../pyproject.toml
+:language: toml
+:start-at: "[tool.mypy]"
264
+:end-before: "[tool"
265
266
```
267
0 commit comments