diff options
author | Eli Schwartz <eschwartz@archlinux.org> | 2023-02-01 15:57:35 -0500 |
---|---|---|
committer | Nirbheek Chauhan <nirbheek@centricular.com> | 2023-02-06 23:42:44 +0530 |
commit | dba6cc2dd02a213026bee255837ffc3033ab1cc5 (patch) | |
tree | 563561a9f7ffded08f052514c9ae909b0e445168 /mesonbuild/modules/python.py | |
parent | e1b98a89b566cc983b43c12fabc050c707d9e36b (diff) | |
download | meson-dba6cc2dd02a213026bee255837ffc3033ab1cc5.zip meson-dba6cc2dd02a213026bee255837ffc3033ab1cc5.tar.gz meson-dba6cc2dd02a213026bee255837ffc3033ab1cc5.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 'mesonbuild/modules/python.py')
0 files changed, 0 insertions, 0 deletions