Mordarski-Networks / Mordarski-Networks-assets

A uBlock Origin compliant filter list that blocks websites that our company deems bad
MIT License
2 stars 1 forks source link

Bump psf/black from 9c1fd463e1af2568c3465d8e93963208eb6b9201 to b677a643c5322b6af2dbca1f8f7a4f8c98e732aa #45

Closed dependabot[bot] closed 1 month ago

dependabot[bot] commented 1 month ago

Bumps psf/black from 9c1fd463e1af2568c3465d8e93963208eb6b9201 to b677a643c5322b6af2dbca1f8f7a4f8c98e732aa.

Changelog

Sourced from psf/black's changelog.

Change Log

Unreleased

Highlights

Stable style

  • Fix crash when # fmt: off is used before a closing parenthesis or bracket. (#4363)

Preview style

Configuration

Packaging

  • Packaging metadata updated: docs are explictly linked, the issue tracker is now also linked. This improves the PyPI listing for Black. (#4345)

Parser

  • Fix regression where Black failed to parse a multiline f-string containing another multiline string (#4339)

  • Fix bug with Black incorrectly parsing empty lines with a backslash (#4343)

Performance

Output

Blackd

  • Fix blackd (and all extras installs) for docker container (#4357)

... (truncated)

Commits


Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR: - `@dependabot rebase` will rebase this PR - `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it - `@dependabot merge` will merge this PR after your CI passes on it - `@dependabot squash and merge` will squash and merge this PR after your CI passes on it - `@dependabot cancel merge` will cancel a previously requested merge and block automerging - `@dependabot reopen` will reopen this PR if it is closed - `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually - `@dependabot show ignore conditions` will show all of the ignore conditions of the specified dependency - `@dependabot ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)