Chore(deps-dev): bump black from 24.3.0 to 24.4.0
Bumps black from 24.3.0 to 24.4.0.
Release notes
Sourced from black's releases.
24.4.0
Stable style
- Fix unwanted crashes caused by AST equivalency check (#4290)
Preview style
if
guards incase
blocks are now wrapped in parentheses when the line is too long. (#4269)- Stop moving multiline strings to a new line unless inside brackets (#4289)
Integrations
- Add a new option
use_pyproject
to the GitHub Actionpsf/black
. This will read the Black version frompyproject.toml
. (#4294)
Changelog
Sourced from black's changelog.
24.4.0
Stable style
- Fix unwanted crashes caused by AST equivalency check (#4290)
Preview style
if
guards incase
blocks are now wrapped in parentheses when the line is too long. (#4269)- Stop moving multiline strings to a new line unless inside brackets (#4289)
Integrations
- Add a new option
use_pyproject
to the GitHub Actionpsf/black
. This will read the Black version frompyproject.toml
. (#4294)
Commits
-
8fe6270
Prepare release 24.4.0 (#4307) -
6b25e7c
Bump peter-evans/find-comment from 3.0.0 to 3.1.0 (#4304) -
07fe1ca
docs: remove repetitive word (#4303) -
3383f53
GitHub Action: Allow reading version from pyproject.toml (#4294) -
c8f1a55
[pre-commit.ci] pre-commit autoupdate (#4297) -
836acad
Improve AST safety check (#4290) -
13bd092
fix: Stop moving multiline strings to a new line unless inside brackets (#4289) -
c9d2635
Remove mocking from tests (#4287) -
bf11956
Fix two logging calls in the test helper (#4286) -
97993f9
Bump pypa/cibuildwheel from 2.16.5 to 2.17.0 (#4283) - Additional commits viewable in compare view