Anthony Sottile | b80ca9e | 2014-04-13 22:09:14 -0700 | [diff] [blame] | 1 | [MESSAGES CONTROL] |
2 | disable=missing-docstring,abstract-method,redefined-builtin,invalid-name,no-value-for-parameter,redefined-outer-name,no-member,bad-open-mode | ||||
3 | |||||
4 | [REPORTS] | ||||
5 | output-format=colorized | ||||
6 | reports=no | ||||
7 | |||||
8 | [BASIC] | ||||
9 | const-rgx=(([A-Za-z_][A-Za-z0-9_]*)|(__.*__))$ | ||||
10 | |||||
11 | [FORMAT] | ||||
12 | max-line-length=131 | ||||
13 | |||||
14 | [TYPECHECK] | ||||
15 | ignored-classes=pytest | ||||
16 | |||||
17 | [DESIGN] | ||||
18 | min-public-methods=0 | ||||
19 |