Skip to content

Commit

Permalink
Merge pull request #457 from arduino/dependabot/pip/black-24.2.0
Browse files Browse the repository at this point in the history
Bump black from 24.1.1 to 24.2.0
  • Loading branch information
per1234 authored Feb 13, 2024
2 parents c9d5610 + 81b86e4 commit bc244d1
Show file tree
Hide file tree
Showing 3 changed files with 27 additions and 27 deletions.
48 changes: 24 additions & 24 deletions poetry.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ python = "^3.9"
[tool.poetry.dev-dependencies]
yamllint = "^v1.34.0"
codespell = "^2.2.6"
black = "^24.1"
black = "^24.2"
flake8 = "^7.0.0"
pep8-naming = "^0.13.3"
pytest = "^8.0.0"
Expand Down
4 changes: 2 additions & 2 deletions workflow-templates/check-python-task.md
Original file line number Diff line number Diff line change
Expand Up @@ -31,14 +31,14 @@ https://python-poetry.org/docs/#installation
If your project does not already use Poetry, you can initialize the [`pyproject.toml`](https://python-poetry.org/docs/pyproject/) file using these commands:

```
poetry init --python="^3.9" --dev-dependency="black@^24.1.1" --dev-dependency="flake8@^7.0.0" --dev-dependency="pep8-naming@^0.13.3"
poetry init --python="^3.9" --dev-dependency="black@^24.2.0" --dev-dependency="flake8@^7.0.0" --dev-dependency="pep8-naming@^0.13.3"
poetry install
```

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

```
poetry add --dev "black@^24.1.1" "flake8@^7.0.0" "pep8-naming@^0.13.3"
poetry add --dev "black@^24.2.0" "flake8@^7.0.0" "pep8-naming@^0.13.3"
```

Commit the resulting `pyproject.toml` and `poetry.lock` files.
Expand Down

0 comments on commit bc244d1

Please sign in to comment.