aboutsummaryrefslogtreecommitdiff
path: root/mesonbuild/modules/python.py
diff options
context:
space:
mode:
authorEli Schwartz <eschwartz@archlinux.org>2023-02-01 15:57:35 -0500
committerNirbheek Chauhan <nirbheek@centricular.com>2023-02-06 23:42:44 +0530
commitdba6cc2dd02a213026bee255837ffc3033ab1cc5 (patch)
tree563561a9f7ffded08f052514c9ae909b0e445168 /mesonbuild/modules/python.py
parente1b98a89b566cc983b43c12fabc050c707d9e36b (diff)
downloadmeson-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