Skip to content

Commit

Permalink
Merge pull request #32 from colindean/add-black-to-dev-deps
Browse files Browse the repository at this point in the history
Adds black to dev-deps and runs it through poetry
  • Loading branch information
unixorn authored Jun 3, 2022
2 parents 9cb5083 + d93bb6d commit 0fe054f
Show file tree
Hide file tree
Showing 3 changed files with 141 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ requirements:

f: format
format:
black lima-plugin *.py
poetry run black lima-plugin

t: test
test: format
Expand Down
140 changes: 139 additions & 1 deletion poetry.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 1 addition & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@ python = "^3.9"
coverage = "^5.5"

[tool.poetry.dev-dependencies]
black = "*"

[build-system]
requires = ["poetry-core>=1.0.0"]
Expand Down

0 comments on commit 0fe054f

Please sign in to comment.