Arthur de Jong

Open Source / Free Software developer

summaryrefslogtreecommitdiffstats
path: root/stdnum/za
Commit message (Collapse)AuthorAgeFilesLines
* Use HTTPS in URLs where possibleArthur de Jong2024-03-171-1/+1
|
* Fix file headersArthur de Jong2023-08-061-1/+1
| | | | | This improves consistency across files and fixes some files that had an incorrect file name reference.
* Put long line flake8 ignores in files instead of globallyArthur de Jong2022-08-131-1/+1
| | | | | | | | We have some long URLs in the code (mostly in docstrings) and wrapping them does not improve readability (and is difficult in docstrings) so the E501 ignore is now put inside each file instead of globally. Closes https://github.com/arthurdejong/python-stdnum/pull/302
* Add South African Identity Document numberArthur de Jong2020-01-181-0/+133
| | | | Closes https://github.com/arthurdejong/python-stdnum/issues/126
* Add South Africa TIN numberLeandro Regueiro2019-06-222-0/+106
Closes https://github.com/arthurdejong/python-stdnum/pull/129 Closes https://github.com/arthurdejong/python-stdnum/issues/108