./textproc/py-yamllint, Linter for YAML files

[ CVSweb ] [ Homepage ] [ RSS ] [ Required by ] [ Add to tracker ]


Branch: CURRENT, Version: 1.35.1, Package name: py311-yamllint-1.35.1, Maintainer: pkgsrc-users

A linter for YAML files.

yamllint does not only check for syntax validity, but for weirdnesses
like key repetition and cosmetic problems such as lines length,
trailing spaces, indentation, etc.


Required to run:
[textproc/py-yaml] [devel/py-setuptools] [devel/py-pathspec] [lang/python310]

Master sites:

Filesize: 131.429 KB

Version history: (Expand)


CVS history: (Expand)


   2024-02-16 19:54:59 by Adam Ciarcinski | Files touched by this commit (2) | Package updated
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) | Package updated
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) | Package updated
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) | Package updated
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) | Package updated
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) | Package updated
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) | Package updated
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
   2023-01-11 11:54:41 by Adam Ciarcinski | Files touched by this commit (2) | Package updated
Log message:
py-yamllint: updated to 1.29.0

1.29.0 (2023-01-10)

Add support for Python 3.11, drop support for Python 3.6
Rule float-values: fix bug on strings containing fordidden values
Stop releasing universal wheels
Use proper Python 3 I/O type for file reading
Rule indentation: fix indent-sequences in nested collections
Docs: clarify disable-line and parser errors, give a workaround
Refactors to apply some pyupgrade suggestions
Allow using a list of strings in ignore configuration
Add --list-files command line option