- [x] Move and delete `tox.ini` into [pyproject.toml](https://tox.readthedocs.io/en/latest/example/basic.html#pyproject-toml-tox-legacy-ini) - [x] Update pre-commit package dependencies - [x] New [pre-commit hooks](https://pre-commit.com/hooks.html) - [x] check-ast - [x] check-toml - [x] end-of-file-fixer - [x] trailing-whitespace - [x] This command has been deprecated. Use `twine check` instead: https://packaging.python.org/guides/making-a-pypi-friendly-readme#validating-restructuredtext-markup - [x] Move [pytest config](https://docs.pytest.org/en/stable/customize.html#pyproject-toml) to `pyproject.toml` - [ ] Setup [tox-gh-actions](https://github.com/ymyzk/tox-gh-actions) - [ ] Remove `.travis.yml` and Travis CI auth or tokens
tox.iniinto pyproject.tomltwine checkinstead: https://packaging.python.org/guides/making-a-pypi-friendly-readme#validating-restructuredtext-markuppyproject.toml.travis.ymland Travis CI auth or tokens