cex-solutions / types-sqlalchemy-utils

GNU General Public License v3.0
4 stars 2 forks source link

chore(deps): update pre-commit hook psf/black to v22.10.0 #30

Closed renovate[bot] closed 1 year ago

renovate[bot] commented 1 year ago

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`](https://togithub.com/psf/black/blob/HEAD/CHANGES.md#​22100) [Compare Source](https://togithub.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` ([#​3281](https://togithub.com/psf/black/issues/3281)) ##### Preview style - Fix a crash when formatting some dicts with parenthesis-wrapped long string keys ([#​3262](https://togithub.com/psf/black/issues/3262)) ##### Configuration - `.ipynb_checkpoints` directories are now excluded by default ([#​3293](https://togithub.com/psf/black/issues/3293)) - Add `--skip-source-first-line` / `-x` option to ignore the first line of source code while formatting ([#​3299](https://togithub.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. ([#​3275](https://togithub.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. ([#​3233](https://togithub.com/psf/black/issues/3233)) - Faster compiled wheels are now available for CPython 3.11 ([#​3276](https://togithub.com/psf/black/issues/3276)) ##### *Blackd* - Windows style (CRLF) newlines will be preserved ([#​3257](https://togithub.com/psf/black/issues/3257)). ##### Integrations - Vim plugin: add flag (`g:black_preview`) to enable/disable the preview style ([#​3246](https://togithub.com/psf/black/issues/3246)) - Update GitHub Action to support formatting of Jupyter Notebook files via a `jupyter` option ([#​3282](https://togithub.com/psf/black/issues/3282)) - Update GitHub Action to support use of version specifiers (e.g. `<23`) for Black version ([#​3265](https://togithub.com/psf/black/issues/3265))

Configuration

📅 Schedule: Branch creation - "before 9am every weekday" (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.



This PR has been generated by Mend Renovate. View repository job log here.

github-actions[bot] commented 4 months ago

:tada: This PR is included in version 1.1.0 :tada:

The release is available on:

Your semantic-release bot :package::rocket: