
Switch to using pre-commit for linters. This consolodates our codespell job into the general pep8 job. To ensure that CI matches what users get and to not require users to do anything different, call pre-commit from tox. Brought over some tox.ini differences from the ironic repo. Change-Id: Ic2af465a1f9446e9753cdd0d2d9d8c567df71dc1 Signed-off-by: Doug Goldstein <cardoe@cardoe.com>