There was an error while loading. Please reload this page.
1 parent 3d9f960 commit 0ac418bCopy full SHA for 0ac418b
1 file changed
pylintrc
@@ -1,24 +1,23 @@
1
[MASTER]
2
; load-plugins=pylint_mccabe
3
+load-plugins=
4
+ pylint.extensions.no_self_use,
5
+ pylint.extensions.bad_builtin
6
7
[REPORTS]
8
output-format=colorized
9
10
[MESSAGES CONTROL]
11
disable=
12
attribute-defined-outside-init,
- bad-builtin,
13
duplicate-code,
14
fixme,
15
locally-disabled,
- locally-enabled,
- missing-super-argument,
16
- model-missing-unicode,
17
- no-self-use,
18
too-few-public-methods,
19
too-many-ancestors,
20
too-many-lines,
21
unused-argument,
+ consider-using-f-string,
22
RP0001,
23
RP0002,
24
RP0003,
0 commit comments