aboutsummaryrefslogtreecommitdiffstats
path: root/.coafile
blob: 2254cff24fe82a0bd2bacdc72da3de624c71f835 (plain)
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/**