| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2021-08-31 | pylint: turn on superflous-parens | Dylan Baker | |
| 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-15 | editorconfig: add setting to trim trailing whitespace | Eli Schwartz | |
| and clean up all outstanding issues Skip 'test cases/common/141 special characters/meson.build' since it intentionally uses trailing newlines. | |||
| 2021-08-15 | misc formatting lint fixes, drop unneeded f-string | Eli Schwartz | |
| 2021-06-07 | Fix macpkg generator import path. [skip ci] | Jussi Pakkanen | |
| 2021-05-18 | Add a script to create macOS installer packages. | Jussi Pakkanen | |
