blob: 98f44d56623ac28ce88d27f7720d8497d52a4e45 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
|
[yaml]
bears = YAMLLintBear
yamllint_config = .yamllint
ignore =
.tox/**
[json]
bears = JSONFormatBear
json_sort = False
indent_size = 2
ignore =
.tox/**,
robot/assets/dcae/ves*.json
|