2025-03-15 20:29:19 by Adam Ciarcinski | Files touched by this commit (2) |  |
Log message:
py-yamllint: updated to 1.36.1
1.36.1 (2025-03-15)
Publish PyPI releases using GitHub Actions workflows
|
2025-03-11 19:03:25 by Adam Ciarcinski | Files touched by this commit (2) |  |
Log message:
py-yamllint: updated to 1.36.0
1.36.0 (2025-03-11)
Add support for Python 3.13, drop support for Python 3.8
Rule key-ordering: add ignored-keys option
Rule quoted-strings: fix only-when-needed and escaped special chars
Fix TTY-related tests on Python 3.14
Docs: fix import of yamllint.config rather than yamllint
|
2024-11-11 08:29:31 by Thomas Klausner | Files touched by this commit (862) |
Log message:
py-*: remove unused tool dependency
py-setuptools includes the py-wheel functionality nowadays
|
2024-02-16 19:54:59 by Adam Ciarcinski | Files touched by this commit (2) |  |
Log message:
py-yamllint: updated to 1.35.1
1.35.1 (2024-02-16)
- Restore ignoration of files passed as command-line arguments
- Revert API change from version 1.35.0
|
2024-02-16 09:37:58 by Adam Ciarcinski | Files touched by this commit (2) |  |
Log message:
py-yamllint: updated to 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
|
2024-02-06 17:59:48 by Adam Ciarcinski | Files touched by this commit (2) |  |
Log message:
py-yamllint: updated to 1.34.0
1.34.0 (2024-02-06)
- Config: validate ``ignore-from-file`` inside rules
- Rule ``quoted-strings``: fix ``only-when-needed`` in flow maps and sequences
- Rule ``key-duplicates``: add ``forbid-duplicated-merge-keys`` option
- Rule ``quoted-strings``: add ``check-keys`` option
- Docs: add GitLab CI example
- Rule ``truthy``: adapt forbidden values based on YAML version
|
2023-11-09 13:27:28 by Adam Ciarcinski | Files touched by this commit (3) |  |
Log message:
py-yamllint: updated to 1.33.0
1.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``: add ``forbid-in-block-sequences`` option
|
2023-05-23 09:54:58 by Adam Ciarcinski | Files touched by this commit (2) |  |
Log message:
py-yamllint: updated to 1.32.0
1.32.0 (2023-05-22)
- Look for configuration file in parent directories
- Rule ``anchors``: add new option ``forbid-unused-anchors``
|
2023-04-23 12:07:30 by Adam Ciarcinski | Files touched by this commit (2) |  |
Log message:
py-yamllint: updated to 1.31.0
1.31.0 (2023-04-21)
-------------------
- Build: migrate from ``setup.py`` to ``pyproject.toml``
- Docs: update some outdated URLs
- Rule ``colons``: prevent error when space before is mandatory
|
2023-03-29 09:41:38 by Adam Ciarcinski | Files touched by this commit (3) |  |
Log message:
py-yamllint: updated to 1.30.0
1.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
|