Skip to content

Commit

Permalink
Fixed linter configuration.
Browse files Browse the repository at this point in the history
  • Loading branch information
blais committed Jul 26, 2022
1 parent 84a3486 commit 752859f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .pylintrc
Original file line number Diff line number Diff line change
Expand Up @@ -40,12 +40,12 @@ disable=
assignment-from-no-return,
broad-except,
logging-format-interpolation,
no-self-use,
redefined-outer-name,
super-init-not-called,
unused-argument,
unused-variable,
unused-wildcard-import,
wildcard-import,
consider-using-f-string,
unspecified-encoding
unspecified-encoding,
unnecessary-lambda-assignment

0 comments on commit 752859f

Please sign in to comment.