diff options
| author | 2022-11-10 21:37:09 +0000 | |
|---|---|---|
| committer | 2022-11-10 21:37:09 +0000 | |
| commit | a6760a64bcec5ba77709492ba33b6bfba1f58e84 (patch) | |
| tree | 6256b0d3f7302ac08638c2e576fa00629f76c79b /pyproject.toml | |
| parent | Merge pull request #157 from python-discord/prepare-for-pypi-release (diff) | |
| parent | Clean 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.toml | 1 |
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" |