Skip to content

Commit

Permalink
chore(deps): renovate: pappasam/toml-sort to v0.24.2 (#495)
Browse files Browse the repository at this point in the history
This PR contains the following updates:

| Package | Type | Update | Change |
|---|---|---|---|
| [pappasam/toml-sort](https://redirect.github.com/pappasam/toml-sort) |
repository | minor | `v0.23.1` -> `v0.24.2` |

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>pappasam/toml-sort (pappasam/toml-sort)</summary>

###
[`v0.24.2`](https://redirect.github.com/pappasam/toml-sort/releases/tag/v0.24.2):
Version 0.24.2

[Compare
Source](https://redirect.github.com/pappasam/toml-sort/compare/v0.24.1...v0.24.2)

##### Fixed

- Regression from 0.24.1 and 0.24.0 where sorting inline tables would
throw a ValueError if the key in the table had trailing spaces. Resolves
[#&#8203;76](https://redirect.github.com/pappasam/toml-sort/issues/76)

###
[`v0.24.1`](https://redirect.github.com/pappasam/toml-sort/releases/tag/v0.24.1):
Version 0.24.1

[Compare
Source](https://redirect.github.com/pappasam/toml-sort/compare/v0.24.0...v0.24.1)

##### Fixed

- Re-add .pre-commit-hooks. Resolves
[#&#8203;75](https://redirect.github.com/pappasam/toml-sort/issues/75)

###
[`v0.24.0`](https://redirect.github.com/pappasam/toml-sort/releases/tag/v0.24.0):
Version 0.24.0

[Compare
Source](https://redirect.github.com/pappasam/toml-sort/compare/v0.23.1...v0.24.0)

##### Fixed

-   Only write to disk if file contents changed

##### Removed

-   Dropped support for Python 3.7 and 3.8.
-   Dropped support for tomlkit < 0.13.2
-   Removed sphinx documentation.

</details>

---

### Configuration

📅 **Schedule**: Branch creation - "* 0-3 1 * *" (UTC), Automerge - "* *
* * 1-5" (UTC).

🚦 **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/UCL-ARC/python-tooling).

<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzOS4xOS4wIiwidXBkYXRlZEluVmVyIjoiMzkuNDIuNCIsInRhcmdldEJyYW5jaCI6Im1haW4iLCJsYWJlbHMiOlsicmVub3ZhdGUiXX0=-->

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] authored Dec 3, 2024
1 parent 2623f03 commit a09da46
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ repos:
hooks:
- id: forbid-tabs
- repo: https://github.com/pappasam/toml-sort
rev: v0.23.1
rev: v0.24.2
hooks:
- id: toml-sort-fix
- repo: https://github.com/pre-commit/mirrors-mypy
Expand Down
2 changes: 1 addition & 1 deletion tests/data/test_package_generation/.pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ repos:
hooks:
- id: forbid-tabs
- repo: https://github.com/pappasam/toml-sort
rev: v0.23.1
rev: v0.24.2
hooks:
- id: toml-sort-fix
- repo: https://github.com/pre-commit/mirrors-mypy
Expand Down
2 changes: 1 addition & 1 deletion {{cookiecutter.project_slug}}/.pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ repos:
hooks:
- id: forbid-tabs
- repo: https://github.com/pappasam/toml-sort
rev: v0.23.1
rev: v0.24.2
hooks:
- id: toml-sort-fix
- repo: https://github.com/pre-commit/mirrors-mypy
Expand Down

0 comments on commit a09da46

Please sign in to comment.