chore(deps): update pre-commit hook pycqa/isort to v7 #269

Open
renovate-bot wants to merge 1 commit from renovate/pycqa-isort-7.x into main
Collaborator

This PR contains the following updates:

Package Type Update Change
pycqa/isort repository major 5.13.2 -> 7.0.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

pycqa/isort (pycqa/isort)

v7.0.0

Compare Source

Changes

💥 Breaking Changes

🚀 Features

🪲 Fixes

👷 Continuous Integration

📦 Dependencies

v6.1.0

Compare Source

v6.0.1

Compare Source

v6.0.0

Compare Source


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 Renovate Bot.

This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [pycqa/isort](https://github.com/pycqa/isort) | repository | major | `5.13.2` -> `7.0.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](https://github.com/renovatebot/renovate/discussions/new) if you have any questions. --- ### Release Notes <details> <summary>pycqa/isort (pycqa/isort)</summary> ### [`v7.0.0`](https://github.com/PyCQA/isort/releases/tag/7.0.0) [Compare Source](https://github.com/pycqa/isort/compare/6.1.0...7.0.0) #### Changes #### :boom: Breaking Changes - Drop support for Python 3.9 ([#&#8203;2430](https://github.com/pycqa/isort/issues/2430)) [@&#8203;DanielNoord](https://github.com/DanielNoord) #### :rocket: Features - Show absolute paths in skipped file messages ([#&#8203;2416](https://github.com/pycqa/isort/issues/2416)) [@&#8203;pranlawate](https://github.com/pranlawate) #### :beetle: Fixes - Some fixes for Python 3.14 ([#&#8203;2433](https://github.com/pycqa/isort/issues/2433)) [@&#8203;DanielNoord](https://github.com/DanielNoord) - Test on `3.14` and fix any bugs ([#&#8203;2425](https://github.com/pycqa/isort/issues/2425)) [@&#8203;DanielNoord](https://github.com/DanielNoord) - Update CHANGELOG.md + Fix Formatting and Grammar ([#&#8203;2419](https://github.com/pycqa/isort/issues/2419)) [@&#8203;lukbrew25](https://github.com/lukbrew25) - Fix output of hanging indent for long lines with noqa ([#&#8203;2407](https://github.com/pycqa/isort/issues/2407)) [@&#8203;matan1008](https://github.com/matan1008) #### :construction_worker: Continuous Integration - Format with `ruff` instead of `black` ([#&#8203;2432](https://github.com/pycqa/isort/issues/2432)) [@&#8203;DanielNoord](https://github.com/DanielNoord) - Target 3.10 for `ruff` ([#&#8203;2431](https://github.com/pycqa/isort/issues/2431)) [@&#8203;DanielNoord](https://github.com/DanielNoord) - Update development dependencies to latest version ([#&#8203;2426](https://github.com/pycqa/isort/issues/2426)) [@&#8203;DanielNoord](https://github.com/DanielNoord) - docs: update pre-commit examples to version 6.1.0 ([#&#8203;2413](https://github.com/pycqa/isort/issues/2413)) [@&#8203;pranlawate](https://github.com/pranlawate) - Small cleanup for developer environment ([#&#8203;2418](https://github.com/pycqa/isort/issues/2418)) [@&#8203;DanielNoord](https://github.com/DanielNoord) #### :package: Dependencies - Bump actions/setup-python from 5 to 6 in the github-actions group ([#&#8203;2411](https://github.com/pycqa/isort/issues/2411)) @&#8203;[dependabot\[bot\]](https://github.com/apps/dependabot) ### [`v6.1.0`](https://github.com/pycqa/isort/blob/HEAD/CHANGELOG.md#610-October-1-2025) [Compare Source](https://github.com/pycqa/isort/compare/6.0.1...6.1.0) - Add python 3.14 classifier and badge ([#&#8203;2409](https://github.com/pycqa/isort/issues/2409)) [@&#8203;staticdev](https://github.com/staticdev) - Drop use of non-standard pkg_resources API ([#&#8203;2405](https://github.com/pycqa/isort/issues/2405)) [@&#8203;dvarrazzo](https://github.com/dvarrazzo) ### [`v6.0.1`](https://github.com/pycqa/isort/blob/HEAD/CHANGELOG.md#601-Febuary-26-2025) [Compare Source](https://github.com/pycqa/isort/compare/6.0.0...6.0.1) - Add OSError handling in find_imports_in_file ([#&#8203;2331](https://github.com/pycqa/isort/issues/2331)) [@&#8203;kobarity](https://github.com/kobarity) ### [`v6.0.0`](https://github.com/pycqa/isort/blob/HEAD/CHANGELOG.md#600-January-27-2025) [Compare Source](https://github.com/pycqa/isort/compare/5.13.2...6.0.0) - Remove support for Python 3.8 ([#&#8203;2327](https://github.com/pycqa/isort/issues/2327)) [@&#8203;DanielNoord](https://github.com/DanielNoord) - Python 3.13 support ([#&#8203;2306](https://github.com/pycqa/isort/issues/2306)) [@&#8203;mayty](https://github.com/mayty) - Speed up exists_case_sensitive calls ([#&#8203;2264](https://github.com/pycqa/isort/issues/2264)) [@&#8203;correctmost](https://github.com/correctmost) - Ensure that split_on_trailing_comma works with as imports ([#&#8203;2340](https://github.com/pycqa/isort/issues/2340)) [@&#8203;DanielNoord](https://github.com/DanielNoord) - Black profile: enable magic comma ([#&#8203;2236](https://github.com/pycqa/isort/issues/2236)) [@&#8203;MrMino](https://github.com/MrMino) - Update line_length and single_line_exclusions in google profile ([#&#8203;2149](https://github.com/pycqa/isort/issues/2149)) [@&#8203;jagapiou](https://github.com/jagapiou) - Allow --diff to be used with --jobs ([#&#8203;2302](https://github.com/pycqa/isort/issues/2302)) [@&#8203;mnakama](https://github.com/mnakama) - Fix wemake profile to have correct character limit ([#&#8203;2241](https://github.com/pycqa/isort/issues/2241)) [@&#8203;sobolevn](https://github.com/sobolevn) - Fix sort_reexports code mangling ([#&#8203;2283](https://github.com/pycqa/isort/issues/2283)) [@&#8203;Helveg](https://github.com/Helveg) - Fix correct group by package tokenization ([#&#8203;2136](https://github.com/pycqa/isort/issues/2136)) [@&#8203;glasnt](https://github.com/glasnt) </details> --- ### Configuration :date: **Schedule**: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined). :vertical_traffic_light: **Automerge**: Disabled by config. Please merge this manually once you are satisfied. :recycle: **Rebasing**: Whenever PR is behind base branch, or you tick the rebase/retry checkbox. :no_bell: **Ignore**: Close this PR and you won't be reminded about this update again. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box --- This PR has been generated by [Renovate Bot](https://github.com/renovatebot/renovate). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzOS4yNjQuMCIsInVwZGF0ZWRJblZlciI6IjM5LjI2NC4wIiwidGFyZ2V0QnJhbmNoIjoibWFpbiIsImxhYmVscyI6W119-->
This pull request can be merged automatically.
You are not authorized to merge this pull request.
View command line instructions

Checkout

From your project repository, check out a new branch and test the changes.
git fetch -u origin renovate/pycqa-isort-7.x:renovate/pycqa-isort-7.x
git switch renovate/pycqa-isort-7.x

Merge

Merge the changes and update on Forgejo.

Warning: The "Autodetect manual merge" setting is not enabled for this repository, you will have to mark this pull request as manually merged afterwards.

git switch main
git merge --no-ff renovate/pycqa-isort-7.x
git switch renovate/pycqa-isort-7.x
git rebase main
git switch main
git merge --ff-only renovate/pycqa-isort-7.x
git switch renovate/pycqa-isort-7.x
git rebase main
git switch main
git merge --no-ff renovate/pycqa-isort-7.x
git switch main
git merge --squash renovate/pycqa-isort-7.x
git switch main
git merge --ff-only renovate/pycqa-isort-7.x
git switch main
git merge renovate/pycqa-isort-7.x
git push origin main
Sign in to join this conversation.
No reviewers
No labels
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
peschmae/django-book-tracker!269
No description provided.