[console_scripts]
flake8heavened=flakeheaven:flake8_entrypoint
flakeheaven=flakeheaven:entrypoint

[flake8.extension]
pylint=flakeheaven.plugins:PyLintChecker

[flake8.report]
baseline=flakeheaven.formatters:BaseLineFormatter
colored=flakeheaven.formatters:ColoredFormatter
gitlab=flakeheaven.formatters:GitlabFormatter
grouped=flakeheaven.formatters:GroupedFormatter
json=flakeheaven.formatters:JSONFormatter
stat=flakeheaven.formatters:StatFormatter

