Atom feed
An implementation of the reporter, storing the updates in the Atom feed at the specified location.
Erm are we going somewhere with this or it'll just fail time to time because of the formatting settings?
Erm are we going somewhere with this or it'll just fail time to time because of the formatting settings?
[...]/lib/urlwatch/reporters.py:1173:1: E302 expected 2 blank lines, found 1
[...]/lib/urlwatch/reporters.py:1231:57: W504 line break after binary operator
The two remaining issues are pycodestyle bugs, fixed in later versions, see: https://github.com/PyCQA/flake8/issues/1845#issuecomment-1766073353
This is taken care of in https://github.com/thp/urlwatch/pull/847 (and should be fixed once you merge upstream thp:master into your branch).