Skip to content

Commit 17c5e77

Browse files
committed
ini to toml.
1 parent 0f469a3 commit 17c5e77

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -61,10 +61,10 @@ $ pytask --parallel-backend threads
6161
You can also set the options in one of the configuration files (`pytask.ini`, `tox.ini`,
6262
or `setup.cfg`).
6363

64-
```ini
64+
```toml
6565
# This is the default configuration. Note that, parallelization is turned off.
6666

67-
[pytask]
67+
[tool.pytask.ini_options]
6868
n_workers = 1
6969
parallel_backend = loky # or processes or threads
7070
```

0 commit comments

Comments
 (0)