Skip to content

Move from pycodestyle to flake8 for linting

Dan Ryan requested to merge techalchemy-guest/python-apt:feature/flake8 into main
  • Migrate from pycodestyle to flake8 for linting
  • Flake8 includes pycodestyle checks in addition to pep8 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

Merge request reports

Loading