aboutsummaryrefslogtreecommitdiff
path: root/tools/build_website.py
AgeCommit message (Collapse)AuthorFilesLines
2021-10-26remove unused importsEli Schwartz1-1/+1
2021-08-31pylint: turn on superflous-parensDylan Baker1-2/+2
We have a lot of these. Some of them are harmless, if unidiomatic, such as `if (condition)`, others are potentially dangerous `assert(...)`, as `assert(condtion)` works as expected, but `assert(condition, message)` will result in an assertion that never triggers, as what you're actually asserting is `bool(tuple[2])`, which will always be true.
2020-09-08typing: fully annotate toolsDaniel Mensinger1-2/+2
2020-07-01Store website build script. [skip ci]Jussi Pakkanen1-0/+51