Skip to content

Commit

Permalink
Merge pull request #74 from malmeloo/chore/dependency-groups
Browse files Browse the repository at this point in the history
chore: Create new `docs` dependency group
  • Loading branch information
malmeloo authored Sep 3, 2024
2 parents cbb423b + 9e52f9d commit 2c4b6ab
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 3 deletions.
2 changes: 1 addition & 1 deletion poetry.lock

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

10 changes: 8 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -20,18 +20,24 @@ optional = true

[tool.poetry.group.dev.dependencies]
pre-commit = "^3.8.0"
sphinx = "^7.2.6"
sphinx-autoapi = "3.3.1"
pyright = "1.1.378"
ruff = "0.6.3"
tomli = "^2.0.1"
packaging = "^24.1"

[tool.poetry.group.test]
optional = true

[tool.poetry.group.test.dependencies]
pytest = "^8.3.2"

[tool.poetry.group.docs]
optional = true

[tool.poetry.group.docs.dependencies]
sphinx = "^7.2.6"
sphinx-autoapi = "3.3.1"

[tool.pyright]
venvPath = "."
venv = ".venv"
Expand Down

0 comments on commit 2c4b6ab

Please sign in to comment.