Skip to main content

Plugin to integrate Chuy with Poetry

Project description

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.

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

poetry-chuy-plugin-0.2.1.tar.gz (3.2 kB view hashes)

Uploaded Source

Built Distribution

poetry_chuy_plugin-0.2.1-py3-none-any.whl (4.4 kB view hashes)

Uploaded Python 3

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page