Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[![Mend Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com) This PR contains the following updates: | Package | Change | Age | Adoption | Passing | Confidence | |---|---|---|---|---|---| | [black](https://github.com/psf/black) ([changelog](https://github.com/psf/black/blob/main/CHANGES.md)) | `23.9.1` -> `23.12.1` | [![age](https://developer.mend.io/api/mc/badges/age/pypi/black/23.12.1?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://developer.mend.io/api/mc/badges/adoption/pypi/black/23.12.1?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://developer.mend.io/api/mc/badges/compatibility/pypi/black/23.9.1/23.12.1?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://developer.mend.io/api/mc/badges/confidence/pypi/black/23.9.1/23.12.1?slim=true)](https://docs.renovatebot.com/merge-confidence/) | | [flake8-bugbear](https://github.com/PyCQA/flake8-bugbear#change-log) ([changelog](https://github.com/PyCQA/flake8-bugbear#change-log)) | `23.9.16` -> `23.12.2` | [![age](https://developer.mend.io/api/mc/badges/age/pypi/flake8-bugbear/23.12.2?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://developer.mend.io/api/mc/badges/adoption/pypi/flake8-bugbear/23.12.2?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://developer.mend.io/api/mc/badges/compatibility/pypi/flake8-bugbear/23.9.16/23.12.2?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://developer.mend.io/api/mc/badges/confidence/pypi/flake8-bugbear/23.9.16/23.12.2?slim=true)](https://docs.renovatebot.com/merge-confidence/) | | [isort](https://pycqa.github.io/isort/) ([source](https://github.com/pycqa/isort), [changelog](https://github.com/pycqa/isort/blob/main/CHANGELOG.md)) | `5.12.0` -> `5.13.2` | [![age](https://developer.mend.io/api/mc/badges/age/pypi/isort/5.13.2?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://developer.mend.io/api/mc/badges/adoption/pypi/isort/5.13.2?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://developer.mend.io/api/mc/badges/compatibility/pypi/isort/5.12.0/5.13.2?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://developer.mend.io/api/mc/badges/confidence/pypi/isort/5.12.0/5.13.2?slim=true)](https://docs.renovatebot.com/merge-confidence/) | --- ### Release Notes <details> <summary>psf/black (black)</summary> ### [`v23.12.1`](https://github.com/psf/black/blob/HEAD/CHANGES.md#23121) [Compare Source](https://github.com/psf/black/compare/23.12.0...23.12.1) ##### Packaging - Fixed a bug that included dependencies from the `d` extra by default ([#​4108](https://github.com/psf/black/issues/4108)) ### [`v23.12.0`](https://github.com/psf/black/blob/HEAD/CHANGES.md#23120) [Compare Source](https://github.com/psf/black/compare/23.11.0...23.12.0) ##### Highlights It's almost 2024, which means it's time for a new edition of *Black*'s stable style! Together with this release, we'll put out an alpha release 24.1a1 showcasing the draft 2024 stable style, which we'll finalize in the January release. Please try it out and [share your feedback](https://github.com/psf/black/issues/4042). This release (23.12.0) will still produce the 2023 style. Most but not all of the changes in `--preview` mode will be in the 2024 stable style. ##### Stable style - Fix bug where `# fmt: off` automatically dedents when used with the `--line-ranges` option, even when it is not within the specified line range. ([#​4084](https://github.com/psf/black/issues/4084)) - Fix feature detection for parenthesized context managers ([#​4104](https://github.com/psf/black/issues/4104)) ##### Preview style - Prefer more equal signs before a break when splitting chained assignments ([#​4010](https://github.com/psf/black/issues/4010)) - Standalone form feed characters at the module level are no longer removed ([#​4021](https://github.com/psf/black/issues/4021)) - Additional cases of immediately nested tuples, lists, and dictionaries are now indented less ([#​4012](https://github.com/psf/black/issues/4012)) - Allow empty lines at the beginning of all blocks, except immediately before a docstring ([#​4060](https://github.com/psf/black/issues/4060)) - Fix crash in preview mode when using a short `--line-length` ([#​4086](https://github.com/psf/black/issues/4086)) - Keep suites consisting of only an ellipsis on their own lines if they are not functions or class definitions ([#​4066](https://github.com/psf/black/issues/4066)) ([#​4103](https://github.com/psf/black/issues/4103)) ##### Configuration - `--line-ranges` now skips *Black*'s internal stability check in `--safe` mode. This avoids a crash on rare inputs that have many unformatted same-content lines. ([#​4034](https://github.com/psf/black/issues/4034)) ##### Packaging - Upgrade to mypy 1.7.1 ([#​4049](https://github.com/psf/black/issues/4049)) ([#​4069](https://github.com/psf/black/issues/4069)) - Faster compiled wheels are now available for CPython 3.12 ([#​4070](https://github.com/psf/black/issues/4070)) ##### Integrations - Enable 3.12 CI ([#​4035](https://github.com/psf/black/issues/4035)) - Build docker images in parallel ([#​4054](https://github.com/psf/black/issues/4054)) - Build docker images with 3.12 ([#​4055](https://github.com/psf/black/issues/4055)) ### [`v23.11.0`](https://github.com/psf/black/blob/HEAD/CHANGES.md#23110) [Compare Source](https://github.com/psf/black/compare/23.10.1...23.11.0) ##### Highlights - Support formatting ranges of lines with the new `--line-ranges` command-line option ([#​4020](https://github.com/psf/black/issues/4020)) ##### Stable style - Fix crash on formatting bytes strings that look like docstrings ([#​4003](https://github.com/psf/black/issues/4003)) - Fix crash when whitespace followed a backslash before newline in a docstring ([#​4008](https://github.com/psf/black/issues/4008)) - Fix standalone comments inside complex blocks crashing Black ([#​4016](https://github.com/psf/black/issues/4016)) - Fix crash on formatting code like `await (a ** b)` ([#​3994](https://github.com/psf/black/issues/3994)) - No longer treat leading f-strings as docstrings. This matches Python's behaviour and fixes a crash ([#​4019](https://github.com/psf/black/issues/4019)) ##### Preview style - Multiline dicts and lists that are the sole argument to a function are now indented less ([#​3964](https://github.com/psf/black/issues/3964)) - Multiline unpacked dicts and lists as the sole argument to a function are now also indented less ([#​3992](https://github.com/psf/black/issues/3992)) - In f-string debug expressions, quote types that are visible in the final string are now preserved ([#​4005](https://github.com/psf/black/issues/4005)) - Fix a bug where long `case` blocks were not split into multiple lines. Also enable general trailing comma rules on `case` blocks ([#​4024](https://github.com/psf/black/issues/4024)) - Keep requiring two empty lines between module-level docstring and first function or class definition ([#​4028](https://github.com/psf/black/issues/4028)) - Add support for single-line format skip with other comments on the same line ([#​3959](https://github.com/psf/black/issues/3959)) ##### Configuration - Consistently apply force exclusion logic before resolving symlinks ([#​4015](https://github.com/psf/black/issues/4015)) - Fix a bug in the matching of absolute path names in `--include` ([#​3976](https://github.com/psf/black/issues/3976)) ##### Performance - Fix mypyc builds on arm64 on macOS ([#​4017](https://github.com/psf/black/issues/4017)) ##### Integrations - Black's pre-commit integration will now run only on git hooks appropriate for a code formatter ([#​3940](https://github.com/psf/black/issues/3940)) ### [`v23.10.1`](https://github.com/psf/black/blob/HEAD/CHANGES.md#23101) [Compare Source](https://github.com/psf/black/compare/23.10.0...23.10.1) ##### Highlights - Maintenance release to get a fix out for GitHub Action edge case ([#​3957](https://github.com/psf/black/issues/3957)) ##### Preview style - Fix merging implicit multiline strings that have inline comments ([#​3956](https://github.com/psf/black/issues/3956)) - Allow empty first line after block open before a comment or compound statement ([#​3967](https://github.com/psf/black/issues/3967)) ##### Packaging - Change Dockerfile to hatch + compile black ([#​3965](https://github.com/psf/black/issues/3965)) ##### Integrations - The summary output for GitHub workflows is now suppressible using the `summary` parameter. ([#​3958](https://github.com/psf/black/issues/3958)) - Fix the action failing when Black check doesn't pass ([#​3957](https://github.com/psf/black/issues/3957)) ##### Documentation - It is known Windows documentation CI is broken [https://github.com/psf/black/issues/3968](https://github.com/psf/black/issues/3968)3968 ### [`v23.10.0`](https://github.com/psf/black/blob/HEAD/CHANGES.md#23100) [Compare Source](https://github.com/psf/black/compare/23.9.1...23.10.0) ##### Stable style - Fix comments getting removed from inside parenthesized strings ([#​3909](https://github.com/psf/black/issues/3909)) ##### Preview style - Fix long lines with power operators getting split before the line length ([#​3942](https://github.com/psf/black/issues/3942)) - Long type hints are now wrapped in parentheses and properly indented when split across multiple lines ([#​3899](https://github.com/psf/black/issues/3899)) - Magic trailing commas are now respected in return types. ([#​3916](https://github.com/psf/black/issues/3916)) - Require one empty line after module-level docstrings. ([#​3932](https://github.com/psf/black/issues/3932)) - Treat raw triple-quoted strings as docstrings ([#​3947](https://github.com/psf/black/issues/3947)) ##### Configuration - Fix cache versioning logic when `BLACK_CACHE_DIR` is set ([#​3937](https://github.com/psf/black/issues/3937)) ##### Parser - Fix bug where attributes named `type` were not acccepted inside `match` statements ([#​3950](https://github.com/psf/black/issues/3950)) - Add support for PEP 695 type aliases containing lambdas and other unusual expressions ([#​3949](https://github.com/psf/black/issues/3949)) ##### Output - Black no longer attempts to provide special errors for attempting to format Python 2 code ([#​3933](https://github.com/psf/black/issues/3933)) - Black will more consistently print stacktraces on internal errors in verbose mode ([#​3938](https://github.com/psf/black/issues/3938)) ##### Integrations - The action output displayed in the job summary is now wrapped in Markdown ([#​3914](https://github.com/psf/black/issues/3914)) </details> <details> <summary>PyCQA/flake8-bugbear (flake8-bugbear)</summary> ### [`v23.12.2`](https://github.com/PyCQA/flake8-bugbear/releases/tag/23.12.2) [Compare Source](https://github.com/PyCQA/flake8-bugbear/compare/23.11.28...23.12.2) - B018: to detect useless-statements at all levels ([#​434](https://github.com/PyCQA/flake8-bugbear/issues/434)) - B018: Add classname to b018 useless-expression output ([#​433](https://github.com/PyCQA/flake8-bugbear/issues/433)) - B018: Include tuples in b018 useless-statement check ([#​432](https://github.com/PyCQA/flake8-bugbear/issues/432)) ### [`v23.11.28`](https://github.com/PyCQA/flake8-bugbear/releases/tag/23.11.28) [Compare Source](https://github.com/PyCQA/flake8-bugbear/compare/23.11.26...23.11.28) - B035: Fix false positive when named expressions are used ([#​430](https://github.com/PyCQA/flake8-bugbear/issues/430)) ### [`v23.11.26`](https://github.com/PyCQA/flake8-bugbear/releases/tag/23.11.26) [Compare Source](https://github.com/PyCQA/flake8-bugbear/compare/23.9.16...23.11.26) - B035: add check for static keys in dict-comprehension ([#​426](https://github.com/PyCQA/flake8-bugbear/issues/426)) - B902: Add exceptions for standard library metaclasses ([#​415](https://github.com/PyCQA/flake8-bugbear/issues/415)) - B017: Modify to no longer have a false negative when raises() is imported directly from pytest ([#​424](https://github.com/PyCQA/flake8-bugbear/issues/424)) - B026: Fix bug where the check was not triggered for calls where the caller is an attribute ([#​420](https://github.com/PyCQA/flake8-bugbear/issues/420)) </details> <details> <summary>pycqa/isort (isort)</summary> ### [`v5.13.2`](https://github.com/pycqa/isort/blob/HEAD/CHANGELOG.md#5132-December-13-2023) [Compare Source](https://github.com/pycqa/isort/compare/5.13.1...5.13.2) - Apply the bracket fix from issue [#​471](https://github.com/pycqa/isort/issues/471) only for use_parentheses=True ([#​2184](https://github.com/pycqa/isort/issues/2184)) [@​bp72](https://github.com/bp72) - Confine pre-commit to stages ([#​2213](https://github.com/pycqa/isort/issues/2213)) [@​davidculley](https://github.com/davidculley) - Fixed colors extras ([#​2212](https://github.com/pycqa/isort/issues/2212)) [@​staticdev](https://github.com/staticdev) ### [`v5.13.1`](https://github.com/pycqa/isort/blob/HEAD/CHANGELOG.md#5131-December-11-2023) [Compare Source](https://github.com/pycqa/isort/compare/5.13.0...5.13.1) - Fixed integration tests ([#​2208](https://github.com/pycqa/isort/issues/2208)) [@​bp72](https://github.com/bp72) - Fixed normalizing imports from more than one level of parent modules (issue/2152) ([#​2191](https://github.com/pycqa/isort/issues/2191)) [@​bp72](https://github.com/bp72) - Remove optional dependencies without extras ([#​2207](https://github.com/pycqa/isort/issues/2207)) [@​staticdev](https://github.com/staticdev) ### [`v5.13.0`](https://github.com/pycqa/isort/blob/HEAD/CHANGELOG.md#5130-December-9-2023) [Compare Source](https://github.com/pycqa/isort/compare/5.12.0...5.13.0) - Cleanup deprecated extras ([#​2089](https://github.com/pycqa/isort/issues/2089)) [@​staticdev](https://github.com/staticdev) - Fixed [#​1989](https://github.com/pycqa/isort/issues/1989): settings lookup when working in stream based mode - Fixed 80 line length for wemake linter ([#​2183](https://github.com/pycqa/isort/issues/2183)) [@​skatromb](https://github.com/skatromb) - Add support for Python 3.12 ([#​2175](https://github.com/pycqa/isort/issues/2175)) [@​hugovk](https://github.com/hugovk) - Fixed: add newest version to pre-commit docs ([#​2190](https://github.com/pycqa/isort/issues/2190)) [@​AzulGarza](https://github.com/AzulGarza) - Fixed assertions in test_git_hook ([#​2196](https://github.com/pycqa/isort/issues/2196)) [@​mgorny](https://github.com/mgorny) - Removed check for include_trailing_comma for the Hanging Indent wrap mode ([#​2192](https://github.com/pycqa/isort/issues/2192)) [@​bp72](https://github.com/bp72) - Use the standard library tomllib on sufficiently new python ([#​2202](https://github.com/pycqa/isort/issues/2202)) [@​eli-schwartz](https://github.com/eli-schwartz) - Update pre-commit.md version number ([#​2197](https://github.com/pycqa/isort/issues/2197)) [@​nicobako](https://github.com/nicobako) - doc: Update black_compatibility.md ([#​2177](https://github.com/pycqa/isort/issues/2177)) [@​JSS95](https://github.com/JSS95) - Fixed safety sept 2023 ([#​2178](https://github.com/pycqa/isort/issues/2178)) [@​staticdev](https://github.com/staticdev) - docs: fix black profile documentation ([#​2163](https://github.com/pycqa/isort/issues/2163)) [@​nijel](https://github.com/nijel) - Fixed typo: indended -> indented ([#​2161](https://github.com/pycqa/isort/issues/2161)) [@​vadimkerr](https://github.com/vadimkerr) - Docs(configuration/options.md): fix missing trailing spaces for hard linebreak ([#​2157](https://github.com/pycqa/isort/issues/2157)) [@​JoeyTeng](https://github.com/JoeyTeng) - Update pre-commit.md ([#​2148](https://github.com/pycqa/isort/issues/2148)) [@​godiard](https://github.com/godiard) - chore: move configurations to pyproject.toml ([#​2115](https://github.com/pycqa/isort/issues/2115)) [@​SauravMaheshkar](https://github.com/SauravMaheshkar) - Fixed typo in README ([#​2112](https://github.com/pycqa/isort/issues/2112)) [@​stefmolin](https://github.com/stefmolin) - Update version in pre-commit setup to avoid installation issue with poetry ([#​2103](https://github.com/pycqa/isort/issues/2103)) [@​stefmolin](https://github.com/stefmolin) - Skip .pytype directory by default. ([#​2098](https://github.com/pycqa/isort/issues/2098)) [@​manueljacob](https://github.com/manueljacob) - Fixed a tip block styling in the Config Files section ([#​2097](https://github.com/pycqa/isort/issues/2097)) [@​Klavionik](https://github.com/Klavionik) - Do not cache configuration files ([#​1995](https://github.com/pycqa/isort/issues/1995)) [@​kaste](https://github.com/kaste) - Derive settings_path from --filename ([#​1992](https://github.com/pycqa/isort/issues/1992)) [@​kaste](https://github.com/kaste) - Fixed year of version 5.12.0 in CHANGELOG.md ([#​2082](https://github.com/pycqa/isort/issues/2082)) [@​DjLegolas](https://github.com/DjLegolas) </details> --- ### Configuration 📅 **Schedule**: Branch creation - "before 4am on the first day of the month" (UTC), Automerge - At any time (no schedule defined). 🚦 **Automerge**: Enabled. ♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox. 👻 **Immortal**: This PR will be recreated if closed unmerged. Get [config help](https://github.com/renovatebot/renovate/discussions) if that's undesired. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box --- This PR has been generated by [Mend Renovate](https://www.mend.io/free-developer-tools/renovate/). View repository job log [here](https://developer.mend.io/github/sawyerh/highlights). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNy4xMDMuMSIsInVwZGF0ZWRJblZlciI6IjM3LjEwMy4xIiwidGFyZ2V0QnJhbmNoIjoibWFpbiJ9--> Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
- Loading branch information
867df21
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Successfully deployed to the following URLs:
highlights – ./
highlights-git-main-sawyerh.vercel.app
highlights.sawyerh.com
highlight-firebase.vercel.app
highlights-sawyerh.vercel.app