forked from Stanford-Online/xblock-submit-and-compare
-
Notifications
You must be signed in to change notification settings - Fork 8
/
pylintrc
35 lines (29 loc) · 787 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
35
[MESSAGES CONTROL]
disable =
consider-using-f-string,
locally-disabled,
locally-enabled,
no-init,
no-self-use,
too-few-public-methods,
too-many-ancestors,
too-many-arguments,
too-many-instance-attributes,
too-many-public-methods,
useless-object-inheritance,
consider-using-min-builtin,
[REPORTS]
output-format = text
[BASIC]
good-names = f,i,j,k,db,ex,Run,_,__,js
ignored-argument-names=arg|args|kwargs
no-docstring-rgx = __.*__$|test_.+|setUp$|setUpClass$|tearDown$|tearDownClass$|Meta$
[FORMAT]
ignore-long-lines = ^.*https?://.*$
[VARIABLES]
dummy-variables-rgx = _|dummy|unused|.*_unused|args|kwargs
[CLASSES]
defining-attr-methods = __init__,__new__,setUp
valid-classmethod-first-arg = cls
valid-metaclass-classmethod-first-arg = mcs
extension-pkg-whitelist=lxml