We've run into another issue internally where we wouldn't use the latest flake8. Let's use flake8 from pre-commit hooks only, and let's pin the version we use (and also pin the autopep8 version too). There's also an optimization in there for creating the pre-commit tox environment faster.
We were also not running mypy locally when executing tests.
We've run into another issue internally where we wouldn't use the latest flake8. Let's use flake8 from pre-commit hooks only, and let's pin the version we use (and also pin the autopep8 version too). There's also an optimization in there for creating the pre-commit tox environment faster.
We were also not running mypy locally when executing tests.