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

chore(deps): update dependency black to v22.10.0 #168

Merged
merged 1 commit into from
Oct 7, 2022

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Oct 7, 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 - 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 Mend Renovate. View repository job log here.

@renovate renovate bot added the dependencies Pull requests that update a dependency file label Oct 7, 2022
@renovate renovate bot requested a review from bchew October 7, 2022 00:23
@sonarcloud
Copy link

sonarcloud bot commented Oct 7, 2022

Kudos, SonarCloud Quality Gate passed!    Quality Gate passed

Bug A 0 Bugs
Vulnerability A 0 Vulnerabilities
Security Hotspot A 0 Security Hotspots
Code Smell A 0 Code Smells

No Coverage information No Coverage information
No Duplication information No Duplication information

@bchew bchew merged commit 21a46af into master Oct 7, 2022
@bchew bchew deleted the renovate-black-22.x branch October 7, 2022 01:28
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

1 participant