Philip Withnall
d270b6c3db
py: Various flake8 cleanups
...
None of these are particularly significant, but they do get the CI
output clean.
Signed-off-by: Philip Withnall <pwithnall@endlessos.org>
2020-11-17 15:50:07 +00:00
Philip Withnall
905b22a17e
py: Reformat all Python files consistently
...
This commit is the unmodified results of running
```
black $(git ls-files '*.py')
```
with black version 19.10b0. See #2046 .
Signed-off-by: Philip Withnall <pwithnall@endlessos.org>
2020-11-17 15:50:07 +00:00
Xavier Claessens
255f64cad8
doc: Split API reference per platform
...
We can only include win32 APIs when building for Windows because gtkdoc
needs to compile the GObject classes for introspection.
2019-07-10 10:29:04 -04:00