diff options
author | Eli Schwartz <eschwartz@archlinux.org> | 2023-02-01 15:57:35 -0500 |
---|---|---|
committer | Nirbheek Chauhan <nirbheek@centricular.com> | 2023-02-19 02:55:57 +0530 |
commit | 1860b6b2d968c8bca08ecd0e6841fda8bd1e2e75 (patch) | |
tree | 0fa994d23bc064a6633cc31aa65ec445de5e5192 /docs/refman/model.py | |
parent | ad01ab2d2baf4216a5294b9c3869dca5b5d885dd (diff) | |
download | meson-1860b6b2d968c8bca08ecd0e6841fda8bd1e2e75.zip meson-1860b6b2d968c8bca08ecd0e6841fda8bd1e2e75.tar.gz meson-1860b6b2d968c8bca08ecd0e6841fda8bd1e2e75.tar.bz2 |
pylint 2.16: remove pointless parens around equality assignments
Given the construct `foo = (bar == baz)` some people like parentheses
and some do not. They're pointless and don't mean anything, though. I
don't feel this is particularly helpful to code clarity, tbh, and pylint
now notices this and warns about it in our current pylint config.
I think this is reasonable, so let's remove the odd parens.
Diffstat (limited to 'docs/refman/model.py')
0 files changed, 0 insertions, 0 deletions