Skip to content

Commit 101ab3d

Browse files
committed
Disable pylint W1201: logging-not-lazy
Disable pylint's "Use lazy % formatting in logging functions" warning until a common logging approach is decided. See #1334. Signed-off-by: Teodora Sechkova <[email protected]>
1 parent 546bb78 commit 101ab3d

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

tuf/api/pylintrc

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,7 @@
1414
disable=fixme,
1515
too-few-public-methods,
1616
too-many-arguments,
17+
logging-not-lazy,
1718

1819
[BASIC]
1920
good-names=i,j,k,v,e,f,fn,fp,_type

0 commit comments

Comments
 (0)