Skip to content

Commit

Permalink
Disable pylint W1201: logging-not-lazy
Browse files Browse the repository at this point in the history
Disable pylint's "Use lazy % formatting in logging functions"
warning until a common logging approach is decided. See #1334.

Signed-off-by: Teodora Sechkova <tsechkova@vmware.com>
  • Loading branch information
sechkova committed Apr 14, 2021
1 parent 546bb78 commit 101ab3d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tuf/api/pylintrc
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@
disable=fixme,
too-few-public-methods,
too-many-arguments,
logging-not-lazy,

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

0 comments on commit 101ab3d

Please sign in to comment.