Bartek Grzybowski | b5a3ac6 | 2021-03-19 10:29:43 +0100 | [diff] [blame] | 1 | [yaml] |
| 2 | bears = YAMLLintBear |
| 3 | yamllint_config = .yamllint |
| 4 | ignore = |
| 5 | .tox/** |
| 6 | |
| 7 | [json] |
| 8 | bears = JSONFormatBear |
| 9 | json_sort = False |
| 10 | indent_size = 2 |
| 11 | ignore = |
| 12 | .tox/** |
| 13 | |
| 14 | [py] |
| 15 | bears = PyLintBear |
| 16 | pylint_disable = all |
| 17 | pylint_enable = |
| 18 | bad-indentation, trailing-whitespace, unused-wildcard-import, unused-import, |
| 19 | unnecessary-semicolon, unnecessary-semicolon, undefined-variable, |
| 20 | syntax-error, unused-variable, using-constant-test,unused-argument, |
| 21 | len-as-condition, trailing-newlines, missing-final-newline, reimported, |
| 22 | too-many-function-args, singleton-comparison |
| 23 | ignore = |
| 24 | .tox/** |
| 25 | |
| 26 | [md] |
| 27 | bears = MarkdownBear |
| 28 | ignore = |
| 29 | .tox/** |