Skip to content

Enable users who want to track all files processed

username-removed-6325 requested to merge sigmavirus24/flake8:feature/251 into master

This adds two new methods to the BaseFormatter class:

  • beginning
  • finished

These will indicate when Flake8 begins and finishes processing a file.

Closes #251 (closed)

Merge request reports