Poetry Chuy Plugin

This plugin integrates Chuy with Poetry.

Installation

From your terminal:

poetry plugin add poetry-chuy-plugin

Configuration

In your pyproject.toml:

[tool.chuy]
format = "poetry run black ."
lint = "poetry run pylint chuy tests"
tests = "poetry run pytest"
package = "poetry build && poetry publish"

GitHub

https://github.com/UltiRequiem/poetry-chuy-plugin