aboutsummaryrefslogtreecommitdiffstats
path: root/pyproject.toml
diff options
context:
space:
mode:
authorGravatar ChrisJL <[email protected]>2022-11-10 21:37:09 +0000
committerGravatar GitHub <[email protected]>2022-11-10 21:37:09 +0000
commita6760a64bcec5ba77709492ba33b6bfba1f58e84 (patch)
tree6256b0d3f7302ac08638c2e576fa00629f76c79b /pyproject.toml
parentMerge pull request #157 from python-discord/prepare-for-pypi-release (diff)
parentClean Up Formatting Of Project Name In Docs (diff)
Merge pull request #160 from python-discord/fix-attributes
Add Support For Attributes In Docstrings
Diffstat (limited to 'pyproject.toml')
-rw-r--r--pyproject.toml1
1 files changed, 1 insertions, 0 deletions
diff --git a/pyproject.toml b/pyproject.toml
index 4cea079a..c94a6aab 100644
--- a/pyproject.toml
+++ b/pyproject.toml
@@ -56,6 +56,7 @@ furo = "2022.9.15"
six = "1.16.0"
releases = "1.6.3"
sphinx-multiversion = "0.2.4"
+docstring-parser = "0.15"
[tool.taskipy.tasks]
lint = "pre-commit run --all-files"