summaryrefslogtreecommitdiff
path: root/scripts/generate_identifier_pattern.py
Commit message (Collapse)AuthorAgeFilesLines
* apply pyupgrade and f-stringsDavid Lord2020-02-051-6/+2
|
* Revert "rename imports to jinja"David Lord2020-01-261-2/+4
| | | | This reverts commit 1167525b73863119f8bbec03ddb9d35eacff4bef.
* rename imports to jinjaDavid Lord2020-01-101-4/+2
|
* more relative importsDavid Lord2020-01-101-4/+7
| | | | | _identifier exports a compiled regex instead of a string to avoid some tricky cleanup
* apply flake8David Lord2020-01-101-4/+5
|
* apply blackDavid Lord2020-01-101-15/+12
|
* go back to generating regex, simplifiedfeature/kill-stringdefsDavid Lord2017-07-041-0/+77
new version uses ~2KB vs 200KB memory, is ~100x faster to load move script to generate pattern to scripts directory add more tests