We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent adc5d53 commit 320151bCopy full SHA for 320151b
pylintrc
@@ -319,7 +319,6 @@ disable =
319
use-dict-literal,
320
useless-return,
321
superfluous-parens,
322
- logging-not-lazy,
323
324
[REPORTS]
325
output-format = text
@@ -416,4 +415,4 @@ int-import-graph =
416
415
[EXCEPTIONS]
417
overgeneral-exceptions = builtins.Exception
418
419
-# beea4890e034034c89c23e4ec1fda511aa592947
+# 7c7b807f2c1ece83bc6010027bb4033ba0765ffa
pylintrc_tweaks
@@ -38,7 +38,6 @@ disable+ =
38
39
40
41
42
43
[BASIC]
44
attr-rgx = [a-z_][a-z0-9_]{2,40}$
0 commit comments