Skip to content

Commit 83290bf

Browse files
chore(deps): update pre-commit hook pycqa/isort to v6.0.1 (#478)
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/hetznercloud/hcloud-python). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzOS4xNzYuMiIsInVwZGF0ZWRJblZlciI6IjM5LjE3Ni4yIiwidGFyZ2V0QnJhbmNoIjoibWFpbiIsImxhYmVscyI6W119--> Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 47d52c8 commit 83290bf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.pre-commit-config.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ repos:
3636
args: [--py39-plus]
3737

3838
- repo: https://github.com/pycqa/isort
39-
rev: 6.0.0
39+
rev: 6.0.1
4040
hooks:
4141
- id: isort
4242

0 commit comments

Comments
 (0)