Age | Commit message (Collapse) | Author | |
---|---|---|---|
2021-08-26 | lint fixes | Daniel Schadt | |
2021-08-23 | Add basic infrastructure for tests & linters | Daniel Schadt | |
We use tox as the runner, which allows us to easily do commands like tox tox -e pylint tox -e mypy to run the different tests/linters. |