Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
move tox config to tox.ini (out of pyproject.toml)
We would prefer to configure tox using pyproject.toml, but that's unfortunately not properly supported yet (there's only a hacky way with a giant string that we were using before). The problem this causes for us is that other tools (like Renovate bot) don't support the hacky method, so we're losing out on updates to our tox config. According to the issue below (and the tox docs), pyproject will be properly supported by tox v4, so we should check back then to see if we can get rid of tox.ini. see: tox-dev/tox#999 see: tox-dev/tox#814
- Loading branch information