QuickstartΒΆ
Autohooks is distributed on PyPI. Because it is a tool and library mostly used for development it can be best used with poetry.
Quick installation of pylint and black plugins using poetry:
poetry add --dev autohooks autohooks-plugin-black autohooks-plugin-pylint
poetry run autohooks activate --mode poetry
poetry run autohooks plugins add autohooks.plugins.black autohooks.plugins.pylint