Commit Graph

5 Commits

Author SHA1 Message Date
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
Eli Schwartz 59d4f771d2
editorconfig: add setting to trim trailing whitespace
and clean up all outstanding issues

Skip 'test cases/common/141 special characters/meson.build' since it
intentionally uses trailing newlines.
2021-08-15 09:36:18 -04:00
Eli Schwartz 409aae51d6
misc formatting lint fixes, drop unneeded f-string 2021-08-15 09:36:18 -04:00
Jussi Pakkanen d53ea7da2d Fix macpkg generator import path. [skip ci] 2021-06-07 21:29:01 +03:00
Jussi Pakkanen 5eeddd682f Add a script to create macOS installer packages. 2021-05-18 20:47:05 +03:00