Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2021-07-09 | mypy: move configuration to pyproject.toml (#24802) | Todd Gamblin | 1 | -0/+44 | |
This moves our `mypy` configuration from `.mypy.ini` to `.pyproject.toml` and increases the minimum `mypy` version in the tests. - [x] move `mypy` configuration to `pyproject.toml` - [x] remove `.mypy.ini` - [x] ensure that `mypy` version .900 or higher is used in tests | |||||
2021-07-07 | style: Move isort configuration to pyproject.toml | Todd Gamblin | 1 | -0/+14 | |
- [x] Remove flake8-import-order checks, as we only need isort for this - [x] Clean up configuration and requirements |