Skip to content

Commit 320151b

Browse files
committed
fix: enable pylint warning
1 parent adc5d53 commit 320151b

File tree

2 files changed

+1
-3
lines changed

2 files changed

+1
-3
lines changed

pylintrc

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -319,7 +319,6 @@ disable =
319319
use-dict-literal,
320320
useless-return,
321321
superfluous-parens,
322-
logging-not-lazy,
323322

324323
[REPORTS]
325324
output-format = text
@@ -416,4 +415,4 @@ int-import-graph =
416415
[EXCEPTIONS]
417416
overgeneral-exceptions = builtins.Exception
418417

419-
# beea4890e034034c89c23e4ec1fda511aa592947
418+
# 7c7b807f2c1ece83bc6010027bb4033ba0765ffa

pylintrc_tweaks

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,6 @@ disable+ =
3838
use-dict-literal,
3939
useless-return,
4040
superfluous-parens,
41-
logging-not-lazy,
4241

4342
[BASIC]
4443
attr-rgx = [a-z_][a-z0-9_]{2,40}$

0 commit comments

Comments
 (0)