| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Run pyupgrade across project to use modern Python 3 conventions (#491) | Jon Dufresne | 2020-06-08 | 1 | -4/+2 |
| | | | | | | | | | pyupgrade is a tool to automatically upgrade Python syntax for newer versions of the language. Running pyupgrade removes several Python-2-isms that are no longer necessary now that the project is Python 3 only. https://github.com/asottile/pyupgrade | ||||
| * | DX Tweaks (#450) | José Padilla | 2019-10-21 | 1 | -2/+8 |
| | | | | | | | | | | | * Setup pre-commit hooks * Run initial `tox -e lint` * Fix package name * Fix .travis.yml | ||||
| * | Fix mypy errors (#449) | José Padilla | 2019-10-20 | 1 | -4/+4 |
| | | |||||
| * | Add help module | José Padilla | 2018-05-19 | 1 | -0/+61 |
