2020-10-19 00:20:58 +02:00
|
|
|
[BASIC]
|
|
|
|
good-names=
|
|
|
|
e, # (exception) as e
|
|
|
|
f, # (file) as f
|
2020-10-19 15:04:10 +02:00
|
|
|
k, # for k, v in
|
|
|
|
v, # for k, v in
|
2020-10-22 00:00:48 +02:00
|
|
|
dt, # datetime
|
2020-10-19 00:20:58 +02:00
|
|
|
|
|
|
|
[MASTER]
|
|
|
|
disable=
|
|
|
|
C0114, # missing-module-docstring
|
|
|
|
C0115, # missing-class-docstring
|
|
|
|
C0116, # missing-function-docstring
|
|
|
|
W0703, # broad-except
|
2020-10-22 00:00:48 +02:00
|
|
|
R0801, # duplicate-code
|
2020-10-19 00:20:58 +02:00
|
|
|
R0902, # too-many-instance-attributes
|
|
|
|
R0903, # too-few-public-methods
|