Use yamllint --strict when called from tox
[mudpy.git] / .yamllint
1 # Copyright (c) 2018 mudpy authors. Permission to use, copy,
2 # modify, and distribute this software is granted under terms
3 # provided in the LICENSE file distributed with this software.
4
5 extends: default
6 rules:
7   line-length:
8     allow-non-breakable-inline-mappings: true