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

Commit

Permalink
🔧 Add config to pyproject
Browse files Browse the repository at this point in the history
  • Loading branch information
UltiRequiem committed Aug 18, 2021
1 parent ec2d880 commit 3877c07
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,12 @@ pytest = "^6.2.4"
[tool.poetry.plugins."poetry.chuy"]
chuy = "poetry_chuy_plugin.plugin:ChuyPlugin"

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

[build-system]
requires = ["poetry-core>=1.0.0"]
build-backend = "poetry.core.masonry.api"

0 comments on commit 3877c07

Please sign in to comment.