forked from nylas/nylas-python
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path.pylintrc
34 lines (31 loc) · 768 Bytes
/
.pylintrc
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
26
27
28
29
30
31
32
33
34
[FORMAT]
good-names=id,k,v,cc,to,ip
max-line-length=120
[MESSAGES CONTROL]
disable=
missing-module-docstring,
arguments-differ,
protected-access,
duplicate-code,
too-many-instance-attributes,
unnecessary-pass,
too-many-arguments,
too-few-public-methods,
[TYPECHECK]
generated-members=
Message.from_dict,
Draft.from_dict,
Time.from_dict,
Timespan.from_dict,
Date.from_dict,
Datespan.from_dict,
Details.from_dict,
Autocreate.from_dict,
RequestIdOnlyResponse.from_dict,
TokenInfoResponse.from_dict,
CodeExchangeResponse.from_dict,
NylasApiErrorResponse.from_dict,
NylasOAuthErrorResponse.from_dict,
FreeBusyError.from_dict,
FreeBusy.from_dict,
ScheduledMessage.from_dict,