tuxbot-bot/.pylintrc

18 lines
385 B
INI
Raw Normal View History

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