Update dependency black to v22.10.0 #64

Merged
Xefir merged 1 commits from renovate/black-22.x into master 2022-10-07 12:41:46 +00:00
Owner

This PR contains the following updates:

Package Type Update Change
black (changelog) dev-dependencies minor 22.8.0 -> 22.10.0

Release Notes

psf/black

v22.10.0

Compare Source

Highlights
  • Runtime support for Python 3.6 has been removed. Formatting 3.6 code will still be
    supported until further notice.
Stable style
  • Fix a crash when # fmt: on is used on a different block level than # fmt: off
    (#​3281)
Preview style
  • Fix a crash when formatting some dicts with parenthesis-wrapped long string keys
    (#​3262)
Configuration
  • .ipynb_checkpoints directories are now excluded by default (#​3293)
  • Add --skip-source-first-line / -x option to ignore the first line of source code
    while formatting (#​3299)
Packaging
  • Executables made with PyInstaller will no longer crash when formatting several files
    at once on macOS. Native x86-64 executables for macOS are available once again.
    (#​3275)
  • Hatchling is now used as the build backend. This will not have any effect for users
    who install Black with its wheels from PyPI. (#​3233)
  • Faster compiled wheels are now available for CPython 3.11 (#​3276)
Blackd
  • Windows style (CRLF) newlines will be preserved (#​3257).
Integrations
  • Vim plugin: add flag (g:black_preview) to enable/disable the preview style (#​3246)
  • Update GitHub Action to support formatting of Jupyter Notebook files via a jupyter
    option (#​3282)
  • Update GitHub Action to support use of version specifiers (e.g. <23) for Black
    version (#​3265)

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, click this checkbox.

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 | `22.8.0` -> `22.10.0` | --- ### Release Notes <details> <summary>psf/black</summary> ### [`v22.10.0`](https://github.com/psf/black/blob/HEAD/CHANGES.md#&#8203;22100) [Compare Source](https://github.com/psf/black/compare/22.8.0...22.10.0) ##### Highlights - Runtime support for Python 3.6 has been removed. Formatting 3.6 code will still be supported until further notice. ##### Stable style - Fix a crash when `# fmt: on` is used on a different block level than `# fmt: off` ([#&#8203;3281](https://github.com/psf/black/issues/3281)) ##### Preview style - Fix a crash when formatting some dicts with parenthesis-wrapped long string keys ([#&#8203;3262](https://github.com/psf/black/issues/3262)) ##### Configuration - `.ipynb_checkpoints` directories are now excluded by default ([#&#8203;3293](https://github.com/psf/black/issues/3293)) - Add `--skip-source-first-line` / `-x` option to ignore the first line of source code while formatting ([#&#8203;3299](https://github.com/psf/black/issues/3299)) ##### Packaging - Executables made with PyInstaller will no longer crash when formatting several files at once on macOS. Native x86-64 executables for macOS are available once again. ([#&#8203;3275](https://github.com/psf/black/issues/3275)) - Hatchling is now used as the build backend. This will not have any effect for users who install Black with its wheels from PyPI. ([#&#8203;3233](https://github.com/psf/black/issues/3233)) - Faster compiled wheels are now available for CPython 3.11 ([#&#8203;3276](https://github.com/psf/black/issues/3276)) ##### *Blackd* - Windows style (CRLF) newlines will be preserved ([#&#8203;3257](https://github.com/psf/black/issues/3257)). ##### Integrations - Vim plugin: add flag (`g:black_preview`) to enable/disable the preview style ([#&#8203;3246](https://github.com/psf/black/issues/3246)) - Update GitHub Action to support formatting of Jupyter Notebook files via a `jupyter` option ([#&#8203;3282](https://github.com/psf/black/issues/3282)) - Update GitHub Action to support use of version specifiers (e.g. `<23`) for Black version ([#&#8203;3265](https://github.com/psf/black/issues/3265)) </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, click this checkbox. --- This PR has been generated by [Renovate Bot](https://github.com/renovatebot/renovate). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzMi4yMjEuMSIsInVwZGF0ZWRJblZlciI6IjMyLjIyMS4xIn0=-->
Xefir added 1 commit 2022-10-07 00:31:36 +00:00
continuous-integration/drone/push Build is passing Details
continuous-integration/drone/pr Build is passing Details
ce4444109f
Update dependency black to v22.10.0
Xefir merged commit 77a4d5e3ab into master 2022-10-07 12:41:46 +00:00
Xefir deleted branch renovate/black-22.x 2022-10-07 12:41:50 +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#64
No description provided.