[console_scripts]
flake8helled=flakehell:flake8_entrypoint
flakehell=flakehell:entrypoint

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

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

