Plugins and hooks

We leverage all the existing flake8 infrastructure and tools. There are different integrations for your workflow.

Plugins

There are a lot of specific plugins that are not included, because they are, well, specific:

Hooks

Hooks are 3rd-party apps and services that run flake8 on different occasions:

  • pytest-flake8 to run style checks alongside with tests

  • pre-commit to run flake8 before all commits locally

  • pronto-flake8 to post inline-comments with violations during code-review inside your CI