Update dependency black to v23.9.0 #149

Merged
Xefir merged 1 commits from renovate/black-23.x-lockfile into master 2023-09-10 08:20:43 +00:00
Owner

This PR contains the following updates:

Package Type Update Change
black (changelog) dev-dependencies minor 23.7.0 -> 23.9.0

Release Notes

psf/black (black)

v23.9.0

Compare Source

Preview style
  • More concise formatting for dummy implementations (#​3796)
  • In stub files, add a blank line between a statement with a body (e.g an
    if sys.version_info > (3, x):) and a function definition on the same level (#​3862)
  • Fix a bug whereby spaces were removed from walrus operators within subscript(#​3823)
Configuration
  • Black now applies exclusion and ignore logic before resolving symlinks (#​3846)
Performance
  • Avoid importing IPython if notebook cells do not contain magics (#​3782)
  • Improve caching by comparing file hashes as fallback for mtime and size (#​3821)
Blackd
  • Fix an issue in blackd with single character input (#​3558)
Integrations
  • Black now has an
    official pre-commit mirror. Swapping
    https://github.com/psf/black to https://github.com/psf/black-pre-commit-mirror in
    your .pre-commit-config.yaml will make Black about 2x faster (#​3828)
  • The .black.env folder specified by ENV_PATH will now be removed on the completion
    of the GitHub Action (#​3759)

Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about this update again.


  • If you want to rebase/retry this PR, check this box

This PR has been generated by Renovate Bot.

This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [black](https://github.com/psf/black) ([changelog](https://github.com/psf/black/blob/main/CHANGES.md)) | dev-dependencies | minor | `23.7.0` -> `23.9.0` | --- ### Release Notes <details> <summary>psf/black (black)</summary> ### [`v23.9.0`](https://github.com/psf/black/blob/HEAD/CHANGES.md#2390) [Compare Source](https://github.com/psf/black/compare/23.7.0...23.9.0) ##### Preview style - More concise formatting for dummy implementations ([#&#8203;3796](https://github.com/psf/black/issues/3796)) - In stub files, add a blank line between a statement with a body (e.g an `if sys.version_info > (3, x):`) and a function definition on the same level ([#&#8203;3862](https://github.com/psf/black/issues/3862)) - Fix a bug whereby spaces were removed from walrus operators within subscript([#&#8203;3823](https://github.com/psf/black/issues/3823)) ##### Configuration - Black now applies exclusion and ignore logic before resolving symlinks ([#&#8203;3846](https://github.com/psf/black/issues/3846)) ##### Performance - Avoid importing `IPython` if notebook cells do not contain magics ([#&#8203;3782](https://github.com/psf/black/issues/3782)) - Improve caching by comparing file hashes as fallback for mtime and size ([#&#8203;3821](https://github.com/psf/black/issues/3821)) ##### *Blackd* - Fix an issue in `blackd` with single character input ([#&#8203;3558](https://github.com/psf/black/issues/3558)) ##### Integrations - Black now has an [official pre-commit mirror](https://github.com/psf/black-pre-commit-mirror). Swapping `https://github.com/psf/black` to `https://github.com/psf/black-pre-commit-mirror` in your `.pre-commit-config.yaml` will make Black about 2x faster ([#&#8203;3828](https://github.com/psf/black/issues/3828)) - The `.black.env` folder specified by `ENV_PATH` will now be removed on the completion of the GitHub Action ([#&#8203;3759](https://github.com/psf/black/issues/3759)) </details> --- ### Configuration 📅 **Schedule**: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined). 🚦 **Automerge**: Disabled by config. Please merge this manually once you are satisfied. ♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox. 🔕 **Ignore**: Close this PR and you won't be reminded about this update again. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box --- This PR has been generated by [Renovate Bot](https://github.com/renovatebot/renovate). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNi44OS4wIiwidXBkYXRlZEluVmVyIjoiMzYuODkuMCIsInRhcmdldEJyYW5jaCI6Im1hc3RlciJ9-->
Xefir added 1 commit 2023-09-10 06:46:15 +00:00
divent / lint (push) Successful in 2m54s Details
divent / docker (push) Successful in 3m24s Details
divent / pypi (push) Has been skipped Details
4558a75b3a
Update dependency black to v23.9.0
Xefir merged commit a40e8a711c into master 2023-09-10 08:20:42 +00:00
Xefir deleted branch renovate/black-23.x-lockfile 2023-09-10 08:20:43 +00:00
Sign in to join this conversation.
No reviewers
No Label
No Milestone
No project
No Assignees
1 Participants
Notifications
Due Date
The due date is invalid or out of range. Please use the format 'yyyy-mm-dd'.

No due date set.

Dependencies

No dependencies set.

Reference: Xefir/Divent#149
No description provided.