Skip to content
This repository has been archived by the owner on Sep 10, 2021. It is now read-only.

UltiRequiem/poetry-chuy-plugin

Repository files navigation

Archived

This is bundled with Chuy since v1.3.0.

Poetry Chuy Plugin

CodeQL PyTest Pylint Code Style PyPi Version Repo Size License: MIT Lines of Code

This plugin integrates Chuy with Poetry.

Note: This only works in Poetry 1.2.0 or superior.

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"

Usage

poetry chuy tests

Or pass multiple arguments:

poetry chuy tests lint

See Chuy for all the options.

License

This project is licensed under the MIT License.