Skip to content

Commit

Permalink
style: shut up pylint
Browse files Browse the repository at this point in the history
(Binding precedence of *not*) is not beneficial to readability.
  • Loading branch information
pajod committed Nov 27, 2024
1 parent e695948 commit 5194854
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .pylintrc
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ disable=
broad-except,
duplicate-bases,
duplicate-code,
eval-used,
superfluous-parens,
fixme,
import-error,
import-outside-toplevel,
Expand Down

0 comments on commit 5194854

Please sign in to comment.