meson/mesonbuild/scripts
Dylan Baker 4d7031437c pylint: turn on superflous-parens
We have a lot of these. Some of them are harmless, if unidiomatic, such
as `if (condition)`, others are potentially dangerous `assert(...)`, as
`assert(condtion)` works as expected, but `assert(condition, message)`
will result in an assertion that never triggers, as what you're actually
asserting is `bool(tuple[2])`, which will always be true.
2021-08-31 16:28:54 -04:00
..
__init__.py typing: fully annotate scripts 2020-09-08 20:15:56 +02:00
clangformat.py use modern set syntax 2021-07-05 17:55:04 +03:00
clangtidy.py Fix clang-tidy return value reporting (Part Ⅱ) 2020-11-17 17:50:27 +02:00
cleantrees.py mass rewrite of string formatting to use f-strings everywhere 2021-03-04 17:16:11 -05:00
cmake_run_ctgt.py mass rewrite of string formatting to use f-strings everywhere 2021-03-04 17:16:11 -05:00
cmd_or_ps.ps1 Add `meson devenv` command and meson.add_devenv() 2021-03-16 09:00:50 -04:00
coverage.py Escape path in exclude filter passed to gcovr 2021-08-04 20:31:35 +02:00
delwithsuffix.py typing: fully annotate scripts 2020-09-08 20:15:56 +02:00
depfixer.py pylint: turn on superflous-parens 2021-08-31 16:28:54 -04:00
depscan.py pylint: turn on superflous-parens 2021-08-31 16:28:54 -04:00
dirchanger.py typing: fully annotate scripts 2020-09-08 20:15:56 +02:00
externalproject.py external-project: Add support for WAF build system 2021-08-20 09:12:20 -04:00
gettext.py i18n: use real build/install targets for gmo files 2021-08-09 18:25:17 -04:00
gtkdochelper.py mass rewrite of string formatting to use f-strings everywhere 2021-03-04 17:16:11 -05:00
hotdochelper.py typing: fully annotate scripts 2020-09-08 20:15:56 +02:00
meson_exe.py Add feed arg to custom_target() 2021-06-29 20:54:13 +03:00
msgfmthelper.py typing: fully annotate scripts 2020-09-08 20:15:56 +02:00
regen_checker.py Xcode: regenerato project file when build conf changes. 2021-04-19 17:59:40 +03:00
scanbuild.py Do not delete workdir in case scan-build fails. 2021-06-02 21:23:51 +03:00
symbolextractor.py pylint: turn on superflous-parens 2021-08-31 16:28:54 -04:00
tags.py typing: get rid of most T.cast 2020-09-08 20:15:58 +02:00
uninstall.py fix: Always explicitly set encoding for text files (fixes #8263) 2021-06-29 11:28:08 +02:00
vcstagger.py fix: Always explicitly set encoding for text files (fixes #8263) 2021-06-29 11:28:08 +02:00
yelphelper.py mass rewrite of string formatting to use f-strings everywhere 2021-03-04 17:16:11 -05:00