Plugin to integrate Chuy with Poetry
Project description
Poetry Chuy Plugin
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
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
Close
Hashes for poetry_chuy_plugin-0.2.1-py3-none-any.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | 16bd8bd59ecf8a73f613ea86f161d0d6787c44ce917be815707f0847dbfe94ec |
|
MD5 | 5b6905588bcbf7426a811b3cadd5f9d8 |
|
BLAKE2b-256 | cef472c27755f37717c01a6d200027adda29fa8908a4ee696a2ccbfdf515e521 |