Commit Graph

6 Commits

Author SHA1 Message Date
luzpaz 8a995cb097 Fix various typos
Found via `codespell -q 3 -S *.po -L bloc,extracter,parms`
2023-07-14 12:13:50 +00:00
Teemu Ikonen d87ac85506 Fix 'W504 line break after binary operator' flake8 warnings
Fixed by running

autopep8 -i -r --select=W504 .

and some hand tuning.
2022-11-14 18:32:09 +02:00
Teemu Ikonen 6bd0bb0530 Remove unused imports and pass statements
Fixes flake8 error F401.
Most errors were fixed by running

autoflake -i -r --remove-all-unused-imports .

which also removes unnecessary 'pass' statements, some by hand-editing.
2022-11-14 18:32:09 +02:00
Eric Le Lay ffbfeb5d92 macOS: updated to python 3.9 2022-03-07 21:46:00 +01:00
auouymous 9f02f7b925 Fix linting issues from #1018. 2021-05-01 19:09:39 -06:00
Eric Le Lay ac648e9021
build gPodder bundle from tools/mac-osx and downloaded generic bundle (#1018)
build gPodder bundle from tools/mac-osx and downloaded bundle
2021-05-01 14:22:52 +02:00