The Wayback Machine - https://web.archive.org/web/20210818214423/https://github.com/UltiRequiem/poetry-chuy-plugin
Skip to content
main
Switch branches/tags
Code

Latest commit

 

Git stats

Files

Permalink
Failed to load latest commit information.
Type
Name
Latest commit message
Commit time
 
 
 
 
 
 
 
 
 
 

Poetry Chuy Plugin

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

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"

License

This project is licensed under the MIT License.