Arthur de Jong

Open Source / Free Software developer

summaryrefslogtreecommitdiffstats
path: root/update/iban.py
Commit message (Collapse)AuthorAgeFilesLines
* Ensure we always run flake8-bugbearArthur de Jong2022-11-131-1/+1
| | | | | This assumes that we no longer use Python 2.7 for running the flake8 tests any more.
* Provide a timeout to all download scriptsArthur de Jong2022-08-151-1/+1
|
* Fix flake8 errorArthur de Jong2022-08-121-1/+1
| | | | | This stops using not as a function and hopefully also makes the logic clearer.
* Update database filesArthur de Jong2020-01-181-1/+1
|
* Switch update scripts to Python 3Arthur de Jong2019-10-271-2/+2
|
* Switch update scripts to use requestsArthur de Jong2019-10-271-10/+7
| | | | This makes the scripts more consistent.
* Fix typosArthur de Jong2019-02-171-1/+1
|
* Move update scripts to own directoryArthur de Jong2018-01-011-0/+78
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.