Skip to content

Commit

Permalink
Merge pull request #441 from arduino/dependabot/pip/black-23.12.1
Browse files Browse the repository at this point in the history
Bump black from 23.12.0 to 23.12.1
  • Loading branch information
per1234 authored Dec 25, 2023
2 parents c7e4562 + a766951 commit 3c38b69
Show file tree
Hide file tree
Showing 2 changed files with 25 additions and 25 deletions.
46 changes: 23 additions & 23 deletions poetry.lock

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

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@^23.12.0" --dev-dependency="flake8@^6.1.0" --dev-dependency="pep8-naming@^0.13.3"
poetry init --python="^3.9" --dev-dependency="black@^23.12.1" --dev-dependency="flake8@^6.1.0" --dev-dependency="pep8-naming@^0.13.3"
poetry install
```

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

```
poetry add --dev "black@^23.11.0" "flake8@^6.1.0" "pep8-naming@^0.13.3"
poetry add --dev "black@^23.12.1" "flake8@^6.1.0" "pep8-naming@^0.13.3"
```

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

0 comments on commit 3c38b69

Please sign in to comment.