File size: 296 Bytes
065fee7
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
strictness: medium
test-warnings: true

pylint:
  disable:
    - line-too-long
    - too-many-branches
    - too-many-locals
    - too-many-arguments

pycodestyle:
  disable:
    - E122
    - E126
    - E131
    - E203
    - E221
    - E231
    - E261
    - E262
    - E501

mccabe:
  run: false