meson/packaging
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
..
macpages/English.lproj Add a script to create macOS installer packages. 2021-05-18 20:47:05 +03:00
License.rtf createmsi: move to generic packaging directory 2020-11-27 18:12:08 +02:00
create_zipapp.py Add script to create a zipapp. 2020-11-27 18:12:08 +02:00
createmsi.py Delete extra data dirs that cause problems for WiX. 2021-07-21 22:52:38 +03:00
createpkg.py pylint: turn on superflous-parens 2021-08-31 16:28:54 -04:00