1
0
Fork 0
mirror of https://github.com/ansible-collections/hetzner.hcloud.git synced 2026-02-04 08:01:49 +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
([#&#8203;2096](https://redirect.github.com/pycqa/isort/issues/2096))
[@&#8203;xinydev](https://redirect.github.com/xinydev)
- Ruff rules PT for pytest
([#&#8203;2372](https://redirect.github.com/pycqa/isort/issues/2372))
[@&#8203;cclauss](https://redirect.github.com/cclauss)
- Ruff rules B017, B028, and E203
([#&#8203;2371](https://redirect.github.com/pycqa/isort/issues/2371))
[@&#8203;cclauss](https://redirect.github.com/cclauss)
- Lint Python code with ruff
([#&#8203;2359](https://redirect.github.com/pycqa/isort/issues/2359))
[@&#8203;cclauss](https://redirect.github.com/cclauss)
- Fix test_find_imports_in_file_error failing on Windows
([#&#8203;2369](https://redirect.github.com/pycqa/isort/issues/2369))
[@&#8203;kobarity](https://redirect.github.com/kobarity)
- Move flake8 settings into pyproject.toml
([#&#8203;2360](https://redirect.github.com/pycqa/isort/issues/2360))
[@&#8203;cclauss](https://redirect.github.com/cclauss)
- Upgrade to uv>=0.6.0 and enable-cache
([#&#8203;2364](https://redirect.github.com/pycqa/isort/issues/2364))
[@&#8203;cclauss](https://redirect.github.com/cclauss)
- Apply some ruff rules
([#&#8203;2353](https://redirect.github.com/pycqa/isort/issues/2353))
[@&#8203;cclauss](https://redirect.github.com/cclauss)

#### 🪲 Fixes

- Add OSError handling in find_imports_in_file
([#&#8203;2331](https://redirect.github.com/pycqa/isort/issues/2331))
[@&#8203;kobarity](https://redirect.github.com/kobarity)
- Link GH as changelog
([#&#8203;2354](https://redirect.github.com/pycqa/isort/issues/2354))
[@&#8203;staticdev](https://redirect.github.com/staticdev)

#### 👷 Continuous Integration

- Remove Safety
([#&#8203;2373](https://redirect.github.com/pycqa/isort/issues/2373))
[@&#8203;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:
renovate[bot] 2025-02-27 03:35:56 +00:00 committed by GitHub
parent 6956596fd2
commit db247619c5
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -34,7 +34,7 @@ repos:
args: [--py38-plus] args: [--py38-plus]
- repo: https://github.com/pycqa/isort - repo: https://github.com/pycqa/isort
rev: 6.0.0 rev: 6.0.1
hooks: hooks:
- id: isort - id: isort