Plugins

Plugins are implementing the real functionality of autohooks. They can be roughly divided into formatting and linting plugins. Currently the following plugins using the pre-commit hook exist:

Formatting

  • Python code formatting via black

  • Python import sorting via isort

  • Python code formatting via autopep8

Linting

  • Python code linting via pylint

  • Python code linting via flake8

Other