Skip to content

Proposed Flake8 3.0

username-removed-6325 requested to merge proposed/3.0 into master

Description of changes

  • Rewrite flake8's internals to be independent of pep8
  • Rework flake8's handling of options parsed from config files in a unified way that's better tested than pep8's handling was
  • Add proper logging to flake8 to allow more informative verbose information to be shown to the user
  • Internalize some of pep8's check handling and token generation

Related to:

And more that I'll update this with later


Note that this is a merge in from https://gitlab.com/pycqa/flake8-engine which still has some open issues which will be fixed in this branch.

Merge request reports