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 ambv/black to v23.9.1 (.pre-commit-config.yaml) (main) #616

Merged
merged 1 commit into from
Sep 20, 2023

Conversation

ivankatliarchuk
Copy link
Owner

@ivankatliarchuk ivankatliarchuk commented Sep 12, 2023

This PR contains the following updates:

Package Type Update Change
ambv/black repository minor 23.7.0 -> 23.9.1

⚠ Dependency Lookup Warnings ⚠

Warnings were logged while processing this repo. Please check the logs for more information.

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

ambv/black (ambv/black)

v23.9.1

Compare Source

Due to various issues, the previous release (23.9.0) did not include compiled mypyc
wheels, which make Black significantly faster. These issues have now been fixed, and
this release should come with compiled wheels once again.

There will be no wheels for Python 3.12 due to a bug in mypyc. We will provide 3.12
wheels in a future release as soon as the mypyc bug is fixed.

Packaging
Performance
  • Store raw tuples instead of NamedTuples in Black's cache, improving performance and
    decreasing the size of the cache (#​3877)

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 is behind base branch, or you tick the rebase/retry checkbox.

👻 Immortal: This PR will be recreated if closed unmerged. Get config help if that's undesired.


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

This PR has been generated by Renovate Bot.

@ivankatliarchuk ivankatliarchuk added deps github-tags minor when you add functionality in a backwards compatible manner renovate Universal dependency update tool that fits into your workflows repository labels Sep 12, 2023
@ivankatliarchuk ivankatliarchuk self-assigned this Sep 12, 2023
@trafico-bot trafico-bot bot added the 🔍 Ready for Review Pull Request is not reviewed yet label Sep 12, 2023
@trafico-bot trafico-bot bot added ✅ Approved Pull Request has been approved and can be merged and removed 🔍 Ready for Review Pull Request is not reviewed yet labels Sep 12, 2023
@ivankatliarchuk ivankatliarchuk force-pushed the renovate/main-ambv-black-23.x branch from a6cc49f to f0da7ef Compare September 14, 2023 04:20
@ivankatliarchuk ivankatliarchuk changed the title chore(deps): update pre-commit hook ambv/black to v23.9.0 (.pre-commit-config.yaml) (main) chore(deps): update pre-commit hook ambv/black to v23.9.1 (.pre-commit-config.yaml) (main) Sep 14, 2023
@trafico-bot trafico-bot bot added 🔍 Ready for Review Pull Request is not reviewed yet and removed ✅ Approved Pull Request has been approved and can be merged labels Sep 14, 2023
@ivankatliarchuk ivankatliarchuk force-pushed the renovate/main-ambv-black-23.x branch from f0da7ef to 3399152 Compare September 15, 2023 08:24
@ivankatliarchuk ivankatliarchuk merged commit 72d172c into main Sep 20, 2023
@ivankatliarchuk ivankatliarchuk deleted the renovate/main-ambv-black-23.x branch September 20, 2023 08:20
@trafico-bot trafico-bot bot added ✨ Merged Pull Request has been merged successfully and removed 🔍 Ready for Review Pull Request is not reviewed yet labels Sep 20, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
deps github-tags ✨ Merged Pull Request has been merged successfully minor when you add functionality in a backwards compatible manner renovate Universal dependency update tool that fits into your workflows repository
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant