Arthur de Jong

Open Source / Free Software developer

summaryrefslogtreecommitdiffstats
path: root/update/numlist.py
Commit message (Collapse)AuthorAgeFilesLines
* Rename README to README.mdArthur de Jong2021-10-031-2/+2
| | | | | | Mostly to please GitHub. See https://github.com/arthurdejong/python-stdnum/issues/280
* Fix typos found by codespellDimitri Papadopoulos2021-08-101-2/+2
| | | | Closes https://github.com/arthurdejong/python-stdnum/pull/269
* Switch update scripts to Python 3Arthur de Jong2019-10-271-1/+1
|
* Switch from import-order to isortArthur de Jong2019-03-031-2/+3
|
* Update the flake8 ignore listArthur de Jong2018-02-141-1/+0
| | | | | | | | | | | | Re-enable the flake8 test for unused imports by explicitly marking imports for namespace purposes. This allows us to remove a few unused imports. A few more cleanups that allow us to reduce the number of ignored flake8 ignored tests. The remaining ignored tests are now documented. Ignore a flake8 warning about print statements because we use print in the update scripts.
* Get files ready for 1.8 release1.8Arthur de Jong2018-01-031-1/+7
|
* Move update scripts to own directoryArthur de Jong2018-01-011-0/+57
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.