Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | pre-commit: Use Python 3 for everything | Stephen Finucane | 2020-04-14 |
| | | | | | | | | This lets us use e.g. f-strings. We also bump the version of the default pre-commit lib and migrate to the upstream flake8 plugin, since the old one is now deprecated. Signed-off-by: Stephen Finucane <stephen@that.guru> | ||
* | Integrate 'pre-commit' | Stephen Finucane | 2019-09-27 |
Helps me avoid simple style issues. We explicitly disable newline checks for some files where the "fix" would be harmful (e.g. mboxes and templates). Signed-off-by: Stephen Finucane <stephen@that.guru> |