chore(deps-dev): bump yamllint from 1.32.0 to 1.35.1
Bumps yamllint from 1.32.0 to 1.35.1.
Changelog
Sourced from yamllint's changelog.
1.35.1 (2024-02-16)
- Restore ignoration of files passed as command-line arguments
- Revert API change from version 1.35.0
1.35.0 (2024-02-15)
- Fix failure on broken symlinks that should be ignored
- API change:
linter.run(stream, config)
doesn't filter files anymore- Docs: Restore official Read the Docs theme
1.34.0 (2024-02-06)
- Config: validate
ignore-from-file
inside rules- Rule
quoted-strings
: fixonly-when-needed
in flow maps and sequences- Rule
key-duplicates
: addforbid-duplicated-merge-keys
option- Rule
quoted-strings
: addcheck-keys
option- Docs: add GitLab CI example
- Rule
truthy
: adapt forbidden values based on YAML version1.33.0 (2023-11-09)
- Add support for Python 3.12, drop support for Python 3.7
- Rule
document-end
: fix spurious "missing document end"- Rule
empty-values
: addforbid-in-block-sequences
option
Commits
-
81e9f98
yamllint version 1.35.1 -
9235c68
cli: Restore ignoration of files passed as command-line arguments -
3a13803
yamllint version 1.35.0 -
2344380
cli: Cleanly skip broken symlinks that are ignored -
f66855b
build: Restore official Read the Docs theme -
dd99a1c
yamllint version 1.34.0 -
01df5bf
truthy: Adapt forbidden values based on YAML version -
9931ad6
Undo ruff changes that conflict with flake8 -
57d2691
Revert replacement of flake8 with ruff -
3cb3a20
build: enable pygrep-hooks in ruff - Additional commits viewable in compare view