summaryrefslogtreecommitdiff
path: root/scripts/utility.py
Commit message (Collapse)AuthorAgeFilesLines
* Update copyright year to 2023.Matthäus G. Chajdas2023-03-291-1/+1
|
* Fix various linter issues.Matthäus G. Chajdas2023-02-011-5/+4
|
* Fix lots of missing encoding="utf-8" parametersJean Abou Samra2023-01-311-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. Chajdas2022-12-051-0/+1
| | | | Skip the `---tokens---` line when parsing a snippet.
* Improve utility scripts.Matthäus G. Chajdas2022-12-041-15/+32
| | | | Scan snippet files in addition to token output streams.
* Make utility script file PEP8 compliant.Matthäus G. Chajdas2022-12-041-1/+3
|
* Add another check script for whitespace.Matthäus G. Chajdas2022-12-041-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.