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 pre-commit hook psf/black to v22.10.0 #186

Merged
merged 1 commit into from
Nov 11, 2022

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Nov 11, 2022

Mend Renovate

This PR contains the following updates:

Package Type Update Change
psf/black repository minor 22.8.0 -> 22.10.0

Note: The pre-commit manager in Renovate is not supported by the pre-commit maintainers or community. Please do not report any problems there, instead create a Discussion in the Renovate repository if you have any questions.


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 is behind base branch, 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 force-pushed the renovate/psf-black-22.x branch from 3b4c1db to a5be6c7 Compare November 11, 2022 13:57
@codecov-commenter
Copy link

Codecov Report

Merging #186 (a5be6c7) into main (0d208b6) will not change coverage.
The diff coverage is n/a.

@@          Coverage Diff          @@
##            main    #186   +/-   ##
=====================================
  Coverage   95.5%   95.5%           
=====================================
  Files         29      29           
  Lines        920     920           
  Branches     139     139           
=====================================
  Hits         879     879           
  Misses        27      27           
  Partials      14      14           

Help us with your feedback. Take ten seconds to tell us how you rate us. Have a feature suggestion? Share it here.

@mkniewallner mkniewallner merged commit 2a277dc into main Nov 11, 2022
@renovate renovate bot deleted the renovate/psf-black-22.x branch November 11, 2022 17:51
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants