Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Remove redundant "coding: utf-8" lines (#9786) | Jonathan de Jong | 2021-04-14 | 1 | -1/+0 |
| | | | | | | | Part of #9744 Removes all redundant `# -*- coding: utf-8 -*-` lines from files, as python 3 automatically reads source code as utf-8 now. `Signed-off-by: Jonathan de Jong <jonathan@automatia.nl>` | ||||
* | Run the linters on a consistent list of files (#9038) | Richard van der Hoff | 2021-01-08 | 1 | -10/+1 |
| | | | | | We were running some linters on some files and some on others. Extract a common setting and use it everywhere. | ||||
* | Add type hints for state. (#8140) | Patrick Cloke | 2020-08-24 | 1 | -0/+47 |