Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update dependency black to ~22.10.0 (next) #2674

Merged
merged 2 commits into from
Nov 14, 2022
Merged

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Oct 22, 2022

Mend Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
black (changelog) ~22.8.0 -> ~22.10.0 age adoption passing confidence

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 - "before 2am" (UTC), 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 Mend Renovate. View repository job log here.

@renovate renovate bot added the dependencies Pull requests that update a dependency file label Oct 22, 2022
@renovate renovate bot changed the title Update dependency black to ~22.10.0 (next) Update dependency black to ~22.10.0 (next) - autoclosed Oct 24, 2022
@renovate renovate bot closed this Oct 24, 2022
@renovate renovate bot deleted the renovate/next-black-22.x branch October 24, 2022 14:57
@renovate renovate bot changed the title Update dependency black to ~22.10.0 (next) - autoclosed Update dependency black to ~22.10.0 (next) Oct 24, 2022
@renovate renovate bot reopened this Oct 24, 2022
@renovate renovate bot restored the renovate/next-black-22.x branch October 24, 2022 15:37
@renovate renovate bot force-pushed the renovate/next-black-22.x branch 3 times, most recently from 0ebc48c to 1311771 Compare November 1, 2022 20:07
@jathanism
Copy link
Contributor

Hmmm probably better to align around dev. standards here if we can?

@renovate renovate bot force-pushed the renovate/next-black-22.x branch 4 times, most recently from 20e3171 to c16171b Compare November 3, 2022 13:23
@glennmatthews
Copy link
Contributor

The 22.10.0 changelog looks reasonable, and the fact that CI is still passing suggests that this doesn't introduce any significant formatting changes.

@renovate renovate bot force-pushed the renovate/next-black-22.x branch 3 times, most recently from 06b4d83 to b3d5fba Compare November 7, 2022 16:02
@bryanculver bryanculver merged commit 289cb60 into next Nov 14, 2022
@bryanculver bryanculver deleted the renovate/next-black-22.x branch November 15, 2022 18:13
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Pull requests that update a dependency file
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants