Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit ef441f2

Browse files
committed
Update yamllint version in "Check YAML" template installation docs
yamllint@1.28.0 is now the version used as standard in all Arduino Tooling projects.
1 parent 22592c7 commit ef441f2

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

‎workflow-templates/check-yaml-task.md‎

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -33,14 +33,14 @@ https://python-poetry.org/docs/#installation
3333
If your project does not already use Poetry, you can initialize the [`pyproject.toml`](https://python-poetry.org/docs/pyproject/) file using these commands:
3434

3535
```
36-
poetry init --python="^3.9" --dev-dependency="yamllint@^1.26.3"
36+
poetry init --python="^3.9" --dev-dependency="yamllint@^1.28.0"
3737
poetry install
3838
```
3939

4040
If already using Poetry, add the tool using this command:
4141

4242
```
43-
poetry add --dev "yamllint@^1.26.3"
43+
poetry add --dev "yamllint@^1.28.0"
4444
```
4545

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

0 commit comments

Comments
(0)

AltStyle によって変換されたページ (->オリジナル) /