Since we [can't integrate flake8 right away](https://github.com/devmanorg/fiasko_bro/issues/75), we can start by working with its plugins. Flake8 plugins [have a well-defined Python API](http://flake8.pycqa.org/en/latest/plugin-development/index.html). For example: - https://github.com/adamchainz/flake8-tidy-imports/blob/master/flake8_tidy_imports.py - https://github.com/adamchainz/flake8-comprehensions/blob/master/flake8_comprehensions.py Fiasko should discover the plugins the same way flake8 does.
Since we can't integrate flake8 right away, we can start by working with its plugins.
Flake8 plugins have a well-defined Python API. For example:
Fiasko should discover the plugins the same way flake8 does.