Skip to content

Commit

Permalink
add dev deps
Browse files Browse the repository at this point in the history
  • Loading branch information
julien777z committed Feb 8, 2025
1 parent 19df959 commit 628fada
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 @@ -27,6 +27,11 @@ pytest-docker = "^3.1.1"
python-generics = "^0.2.2"
pytest-lazy-fixtures = "^1.1.1"

[tool.poetry.group.dev.dependencies]
black = "^24.3.0"
isort = "^5.12.0"
pylint = "^3.0.1"

[tool.pytest.ini_options]
addopts = [
"--import-mode=importlib",
Expand Down

0 comments on commit 628fada

Please sign in to comment.