Skip to content

Commit

Permalink
Install dev dependency: black
Browse files Browse the repository at this point in the history
Command that was run:

  poetry add -D black
  • Loading branch information
sveniu committed Mar 6, 2022
1 parent 47d9099 commit e78441c
Show file tree
Hide file tree
Showing 2 changed files with 269 additions and 0 deletions.
268 changes: 268 additions & 0 deletions 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
Expand Up @@ -9,6 +9,7 @@ python = "^3.10"

[tool.poetry.dev-dependencies]
pytest = "^5.2"
black = "^22.1.0"

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

0 comments on commit e78441c

Please sign in to comment.