Skip to content

Commit d008dc5

Browse files
committed
Update codespell version in template installation docs
This is now the version used as standard in all Arduino Tooling projects, which the "template" is intended to be used with.
1 parent 9b13976 commit d008dc5

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

workflow-templates/spell-check-task.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -29,14 +29,14 @@ https://python-poetry.org/docs/#installation
2929
If your project does not already use Poetry, you can initialize the [`pyproject.toml`](https://python-poetry.org/docs/pyproject/) file using these commands:
3030

3131
```
32-
poetry init --python="^3.9" --dev-dependency="codespell@^2.3.0"
32+
poetry init --python="^3.9" --dev-dependency="codespell@^2.4.0"
3333
poetry install
3434
```
3535

3636
If already using Poetry, add the tool using this command:
3737

3838
```
39-
poetry add --dev "codespell@^2.3.0"
39+
poetry add --dev "codespell@^2.4.0"
4040
```
4141

4242
Commit the resulting `pyproject.toml` and `poetry.lock` files.

0 commit comments

Comments
 (0)