X-Git-Url: https://mudpy.org/gitweb?p=mudpy.git;a=blobdiff_plain;f=tox.ini;h=7540510304c5f0efc4043eb8668078985a35189e;hp=9e81bde7e85a0b56989b9458e2f76e4d303e85ca;hb=73d8433ffe4ad0e619a0a0085e348e2b15fd7712;hpb=cd63085011ec98a8949fca48217e4efad5558908 diff --git a/tox.ini b/tox.ini index 9e81bde..7540510 100644 --- a/tox.ini +++ b/tox.ini @@ -44,7 +44,7 @@ commands = flake8 {posargs} commands = mudpy_selftest etc/mudpy.yaml [testenv:yamllint] -commands = yamllint {posargs} . +commands = yamllint --strict {posargs} . [flake8] show-source = True