mirror of
https://github.com/ansible-collections/hetzner.hcloud.git
synced 2026-02-03 23:51:48 +00:00
chore(deps): update pre-commit hook pycqa/isort to v6.0.1 (#605)
This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [pycqa/isort](https://redirect.github.com/pycqa/isort) | repository | patch | `6.0.0` -> `6.0.1` | 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://redirect.github.com/renovatebot/renovate/discussions/new) if you have any questions. --- ### Release Notes <details> <summary>pycqa/isort (pycqa/isort)</summary> ### [`v6.0.1`](https://redirect.github.com/PyCQA/isort/releases/tag/6.0.1) [Compare Source](https://redirect.github.com/pycqa/isort/compare/6.0.0...6.0.1) #### Changes - fix multi_line_output_modes docs ([#​2096](https://redirect.github.com/pycqa/isort/issues/2096)) [@​xinydev](https://redirect.github.com/xinydev) - Ruff rules PT for pytest ([#​2372](https://redirect.github.com/pycqa/isort/issues/2372)) [@​cclauss](https://redirect.github.com/cclauss) - Ruff rules B017, B028, and E203 ([#​2371](https://redirect.github.com/pycqa/isort/issues/2371)) [@​cclauss](https://redirect.github.com/cclauss) - Lint Python code with ruff ([#​2359](https://redirect.github.com/pycqa/isort/issues/2359)) [@​cclauss](https://redirect.github.com/cclauss) - Fix test_find_imports_in_file_error failing on Windows ([#​2369](https://redirect.github.com/pycqa/isort/issues/2369)) [@​kobarity](https://redirect.github.com/kobarity) - Move flake8 settings into pyproject.toml ([#​2360](https://redirect.github.com/pycqa/isort/issues/2360)) [@​cclauss](https://redirect.github.com/cclauss) - Upgrade to uv>=0.6.0 and enable-cache ([#​2364](https://redirect.github.com/pycqa/isort/issues/2364)) [@​cclauss](https://redirect.github.com/cclauss) - Apply some ruff rules ([#​2353](https://redirect.github.com/pycqa/isort/issues/2353)) [@​cclauss](https://redirect.github.com/cclauss) #### 🪲 Fixes - Add OSError handling in find_imports_in_file ([#​2331](https://redirect.github.com/pycqa/isort/issues/2331)) [@​kobarity](https://redirect.github.com/kobarity) - Link GH as changelog ([#​2354](https://redirect.github.com/pycqa/isort/issues/2354)) [@​staticdev](https://redirect.github.com/staticdev) #### 👷 Continuous Integration - Remove Safety ([#​2373](https://redirect.github.com/pycqa/isort/issues/2373)) [@​staticdev](https://redirect.github.com/staticdev) </details> --- ### Configuration 📅 **Schedule**: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined). 🚦 **Automerge**: Enabled. ♻ **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. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box --- This PR was generated by [Mend Renovate](https://mend.io/renovate/). View the [repository job log](https://developer.mend.io/github/ansible-collections/hetzner.hcloud). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzOS4xNzYuMiIsInVwZGF0ZWRJblZlciI6IjM5LjE3Ni4yIiwidGFyZ2V0QnJhbmNoIjoibWFpbiIsImxhYmVscyI6W119--> Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
This commit is contained in:
parent
6956596fd2
commit
db247619c5
1 changed files with 1 additions and 1 deletions
|
|
@ -34,7 +34,7 @@ repos:
|
|||
args: [--py38-plus]
|
||||
|
||||
- repo: https://github.com/pycqa/isort
|
||||
rev: 6.0.0
|
||||
rev: 6.0.1
|
||||
hooks:
|
||||
- id: isort
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue