1 2 3 4 5 6 7 8 9 10 11 12
[yaml] bears = YAMLLintBear yamllint_config = .yamllint ignore = .tox/** [json] bears = JSONFormatBear json_sort = False indent_size = 2 ignore = .tox/**