Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Update copyright year to 2023. | Matthäus G. Chajdas | 2023-03-29 | 1 | -1/+1 |
| | |||||
* | Fix various linter issues. | Matthäus G. Chajdas | 2023-02-01 | 1 | -5/+4 |
| | |||||
* | Fix lots of missing encoding="utf-8" parameters | Jean Abou Samra | 2023-01-31 | 1 | -1/+1 |
| | | | | | Some of these are probably unnecessary (ASCII-only content), but it's easier not to think about it. | ||||
* | Improve utility script. | Matthäus G. Chajdas | 2022-12-05 | 1 | -0/+1 |
| | | | | Skip the `---tokens---` line when parsing a snippet. | ||||
* | Improve utility scripts. | Matthäus G. Chajdas | 2022-12-04 | 1 | -15/+32 |
| | | | | Scan snippet files in addition to token output streams. | ||||
* | Make utility script file PEP8 compliant. | Matthäus G. Chajdas | 2022-12-04 | 1 | -1/+3 |
| | |||||
* | Add another check script for whitespace. | Matthäus G. Chajdas | 2022-12-04 | 1 | -0/+49 |
Add a script which checks for whitespace tokens, similar to the script checking for repeated tokens. Also move some functionality shared between them into a utility file, and make check_repeated_token PEP8 compliant. |