Skip to content

Commit 38fc403

Browse files
committed
Update dependency
1 parent 47bbaa5 commit 38fc403

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

pyproject.toml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -101,6 +101,7 @@ docs = [
101101
"mike>=2.1.3",
102102
"mkdocs-redirects>=1.2.0",
103103
"markdown-exec[ansi]",
104+
"griffe-inherited-docstrings",
104105
"ruff",
105106
# Changelog generation
106107
'towncrier',
@@ -249,6 +250,7 @@ serve = "mkdocs serve"
249250
build = "mkdocs build"
250251
check = "mkdocs build --strict"
251252
readthedocs = "rm -rf $READTHEDOCS_OUTPUT/html && cp -r site $READTHEDOCS_OUTPUT/html"
253+
list-env = "pip list"
252254

253255
[tool.ruff]
254256
line-length = 100

0 commit comments

Comments
 (0)