Skip to content

Commit

Permalink
chore(deps): update dependency yamllint to v1.32.0 (#1144)
Browse files Browse the repository at this point in the history
[![Mend
Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com)

This PR contains the following updates:

| Package | Change | Age | Adoption | Passing | Confidence |
|---|---|---|---|---|---|
| [yamllint](https://togithub.com/adrienverge/yamllint) | `1.29.0` ->
`1.32.0` |
[![age](https://badges.renovateapi.com/packages/pypi/yamllint/1.32.0/age-slim)](https://docs.renovatebot.com/merge-confidence/)
|
[![adoption](https://badges.renovateapi.com/packages/pypi/yamllint/1.32.0/adoption-slim)](https://docs.renovatebot.com/merge-confidence/)
|
[![passing](https://badges.renovateapi.com/packages/pypi/yamllint/1.32.0/compatibility-slim/1.29.0)](https://docs.renovatebot.com/merge-confidence/)
|
[![confidence](https://badges.renovateapi.com/packages/pypi/yamllint/1.32.0/confidence-slim/1.29.0)](https://docs.renovatebot.com/merge-confidence/)
|

---

### Release Notes

<details>
<summary>adrienverge/yamllint (yamllint)</summary>

###
[`v1.32.0`](https://togithub.com/adrienverge/yamllint/blob/HEAD/CHANGELOG.rst#1320-2023-05-22)

[Compare
Source](https://togithub.com/adrienverge/yamllint/compare/v1.31.0...v1.32.0)

-   Look for configuration file in parent directories
-   Rule `anchors`: add new option `forbid-unused-anchors`

###
[`v1.31.0`](https://togithub.com/adrienverge/yamllint/blob/HEAD/CHANGELOG.rst#1310-2023-04-21)

[Compare
Source](https://togithub.com/adrienverge/yamllint/compare/v1.30.0...v1.31.0)

-   Build: migrate from `setup.py` to `pyproject.toml`
-   Docs: update some outdated URLs
-   Rule `colons`: prevent error when space before is mandatory

###
[`v1.30.0`](https://togithub.com/adrienverge/yamllint/blob/HEAD/CHANGELOG.rst#1300-2023-03-22)

[Compare
Source](https://togithub.com/adrienverge/yamllint/compare/v1.29.0...v1.30.0)

- Rule `anchors`: add new rule to detect undeclared or duplicated
anchors
-   Python API: prevent using `is_file_ignored()` with null `filepath`
-   Docs: fix misleading Python API example
-   Docs: fix plain text code snippet example
-   Docs: update pre-commit hook example

</details>

---

### Configuration

📅 **Schedule**: Branch creation - "every weekend" in timezone Etc/UTC,
Automerge - "before 07:00" in timezone Etc/UTC.

🚦 **Automerge**: Disabled by config. Please merge this manually once you
are satisfied.

♻ **Rebasing**: Whenever PR becomes conflicted, 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 has been generated by [Mend
Renovate](https://www.mend.io/free-developer-tools/renovate/). View
repository job log
[here](https://developer.mend.io/github/canonical/charmcraft).

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

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] authored Jul 10, 2023
1 parent 044b94f commit 2c06b8c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ deps =
# renovate: datasource=pypi
ruff==0.0.261
# renovate: datasource=pypi
yamllint==1.29.0
yamllint==1.32.0
env_dir = {work_dir}/linting
runner = ignore_env_name_mismatch

Expand Down

0 comments on commit 2c06b8c

Please sign in to comment.