aboutsummaryrefslogtreecommitdiffstats
path: root/.pylintrc
blob: 31fad0e605109330dbcd9ba57837b4db6bd38427 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
[FORMAT]
good-names=e,f,i,x,s
max-locals=20

[MESSAGES CONTROL]
disable=
    fixme,
    invalid-name,
    duplicate-code,
    missing-docstring,
    protected-access,
    abstract-method,
    wrong-import-position,
    catching-non-exception,
    cell-var-from-loop,
    locally-disabled,
    invalid-sequence-index,  # pylint doesn't like things like `Tuple[int, bytes]` in type annotation