From 393c06f537f01bbd35f08beb12ea802c63d8a559 Mon Sep 17 00:00:00 2001 From: Markus Heiser Date: Thu, 27 May 2021 21:22:00 +0200 Subject: [enh] add test.yamllint - lint yaml files Usage:: make test.yamllint ./manage test.yamllint test.yamllint is also added to the `test` makefile target. Signed-off-by: Markus Heiser --- requirements-dev.txt | 1 + 1 file changed, 1 insertion(+) (limited to 'requirements-dev.txt') diff --git a/requirements-dev.txt b/requirements-dev.txt index 6612814df..695a66c0e 100644 --- a/requirements-dev.txt +++ b/requirements-dev.txt @@ -16,3 +16,4 @@ sphinxcontrib-programoutput==0.17 sphinx-autobuild==2021.3.14 linuxdoc==20210324 aiounittest==1.4.0 +yamllint==1.26.1 -- cgit v1.2.3