Commit Graph

4 Commits

Author SHA1 Message Date
Eli Schwartz 81a2c1b36d
remove unused imports 2021-10-26 20:53:43 -04:00
Dylan Baker 4d7031437c pylint: turn on superflous-parens
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.
2021-08-31 16:28:54 -04:00
Daniel Mensinger 0d57e307b2
typing: fully annotate tools 2020-09-08 20:15:56 +02:00
Jussi Pakkanen 14cc2efcfe Store website build script. [skip ci] 2020-07-01 18:12:44 +03:00