Commit Graph
4 Commits
Author SHA1 Message Date
AntiCompositeNumber bec26c4bae Move archive_url_parser out of Url.save()
It's generally poor form to define a function in a function, as it will
be re-defined each time the function is run.

archive_url_parser does not depend on anything in Url, so it makes sense
to move it out of the class.
2020-07-21 15:52:27 -04:00
AntiCompositeNumber b3c68add55 Clean up exceptions, docstrings, and comments
Docstrings on dunder functions are redundant and typically ignored
Limit to reasonable line length
General grammar and style corrections
Clarify docstrings and exceptions
Format docstrings per PEP 257 -- Docstring Conventions
2020-07-21 15:46:16 -04:00
AntiCompositeNumber fd74e62ff9 Use Black for quick readability improvements 2020-07-21 14:25:49 -04:00
AntiCompositeNumber 3ac7c7ab86 Add sane line length to setup.cfg 2020-07-21 14:25:26 -04:00