X-Git-Url: https://mudpy.org/gitweb?p=mudpy.git;a=blobdiff_plain;f=tox.ini;h=7540510304c5f0efc4043eb8668078985a35189e;hp=9e81bde7e85a0b56989b9458e2f76e4d303e85ca;hb=2e6250c2688516b2734540e7ab2d5be6b7ff1c8b;hpb=b2e5d66837e8efc2cdc6eaa233a2cd94a8c3741d 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