Move from pycodestyle to flake8 for linting
- Migrate from
pycodestyle
toflake8
for linting - Flake8 includes
pycodestyle
checks in addition topep8
checks - Flake8 also runs
mccabe
checks for cyclomatic complexity - Flake8 is used by most python projects for linting but is obviously completely optional and adds additional checks
We may have discussed this briefly -- this has no actual impact on the code itself but may impact the development workflow. It's purely an opinionated merge request, feel free to close it if you prefer to stick with pycodestyle