Skip to content

Commit

Permalink
ci(framework) Use correct version for docstrfmt (#4338)
Browse files Browse the repository at this point in the history
  • Loading branch information
charlesbvll authored Oct 19, 2024
1 parent cf03e25 commit e40f6c3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -133,7 +133,7 @@ licensecheck = "==2024"
pre-commit = "==3.5.0"
sphinx-substitution-extensions = "2022.02.16"
sphinxext-opengraph = "==0.9.1"
docstrfmt = { git = "https://github.com/charlesbvll/docstrfmt.git", branch = "patch-1" }
docstrfmt = { git = "https://github.com/charlesbvll/docstrfmt.git", branch = "patch-2" }
docsig = "==0.64.0"

[tool.docstrfmt]
Expand Down

0 comments on commit e40f6c3

Please sign in to comment.