We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1a1f229 commit 4fb183aCopy full SHA for 4fb183a
pyproject.toml
@@ -56,9 +56,9 @@ docs-gen = [
56
"mkdocstrings[python] >= 0.19.0, < 0.20.0",
57
]
58
docs-lint = [
59
- "pydocstyle",
60
- "darglint",
61
- "tomli", # Needed by pydocstyle to read pyproject.toml
+ "pydocstyle >= 6.3.0, < 7",
+ "darglint >= 1.8.1, < 2",
+ "tomli >= 2.0.1, < 3", # Needed by pydocstyle to read pyproject.toml
62
63
format = [
64
"black >= 23.1.0, < 24",
0 commit comments