Arthur de Jong

Open Source / Free Software developer

summaryrefslogtreecommitdiffstats
path: root/update/do_whitelists.py
Commit message (Collapse)AuthorAgeFilesLines
* Provide a timeout to all download scriptsArthur de Jong2022-08-151-1/+1
|
* Switch update scripts to Python 3Arthur de Jong2019-10-271-2/+3
|
* Switch update scripts to use requestsArthur de Jong2019-10-271-14/+16
| | | | This makes the scripts more consistent.
* Switch from import-order to isortArthur de Jong2019-03-031-2/+3
|
* Move update scripts to own directoryArthur de Jong2018-01-011-0/+93
This moves all the update scripts to their own directory so they don't clutter the toplevel directory. This also ensures that the scripts are passed through flake8 and makes some adjustments for that alongside a few other cleanups.