Source: yamllint Maintainer: Debian Python Team Uploaders: Adrien Vergé , Philipp Huebner Section: devel Build-Depends: debhelper-compat (= 13), dh-sequence-python3, pybuild-plugin-pyproject, python3-all, python3-pathspec, python3-setuptools, python3-sphinx, python3-sphinx-rtd-theme, python3-yaml Standards-Version: 4.7.3 Vcs-Browser: https://salsa.debian.org/python-team/packages/yamllint Vcs-Git: https://salsa.debian.org/python-team/packages/yamllint.git Homepage: https://github.com/adrienverge/yamllint Package: yamllint Architecture: all Depends: ${misc:Depends}, ${python3:Depends}, ${shlibs:Depends} Description: 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.