Skip to content
This repository has been archived by the owner on Jan 20, 2024. It is now read-only.

Commit

Permalink
Stop pylint from complaining on code that is easy to read
Browse files Browse the repository at this point in the history
  • Loading branch information
tdemin committed Dec 27, 2019
1 parent 570cd77 commit 0d55220
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions .pylintrc
Expand Up @@ -17,9 +17,8 @@ disable=
missing-docstring,
protected-access,
too-few-public-methods,
unnecessary-lambda
# handled by black
format
unnecessary-lambda,
multiple-statements

[REPORTS]
output-format=colorized
Expand Down

0 comments on commit 0d55220

Please sign in to comment.