Skip to content

Commit

Permalink
update dev dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
tavallaie committed Jun 1, 2024
1 parent 74f9466 commit 5f23cb0
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,11 @@ pyyaml = "^6.0.1"
docker = "^7.1.0"
click = "^8.1.7"

[tool.poetry.dev-dependencies]
ruff = "^0.0.241"
black = "^22.3.0"
flake8 = "^4.0.1"

[tool.poetry.scripts]
devdock = "devdock.cli:cli"
test = 'devdock:tests'
Expand Down

0 comments on commit 5f23cb0

Please sign in to comment.