Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix autopep8 by pinning pycodestyle version (#404)
`pycodestyle` [released](https://pypi.org/project/pycodestyle/#history) a breaking version on Saturday that breaks all new installs of autopep8. We can pin an older version in order to temporarily resolve this for our users. I know we said we want to avoid this sort of a fix, but I don't think we have a fix for now other than pinning.
- Loading branch information