Skip to content

Commit

Permalink
Add dev-configzen group
Browse files Browse the repository at this point in the history
  • Loading branch information
bswck committed Dec 8, 2023
1 parent f0919ea commit 3c3b04f
Show file tree
Hide file tree
Showing 2 changed files with 24 additions and 2 deletions.
22 changes: 20 additions & 2 deletions poetry.lock

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

4 changes: 4 additions & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,10 @@ markdown-exec = ">=1.3.0"
mkdocs-material = ">=8.2,<10.0.0"
mkdocstrings = { version = ">=0.19.0", extras = ["python"] }


[tool.poetry.group.dev-configzen.dependencies]
pytest-asyncio = "^0.23.2"

[tool.poe.tasks]
test = "pytest -v"
lint = "ruff check ."
Expand Down

0 comments on commit 3c3b04f

Please sign in to comment.