diff --git a/pyproject.toml b/pyproject.toml index 5e3ef4b..324744f 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -43,6 +43,7 @@ dev = [ 'jupytext', # Jupyter notebook text format support 'jupyterquiz', # Quizzes in Jupyter notebooks 'pydoclint', # Docstring linter + 'docstring-parser-fork!=0.0.15', # Parser used by pydoclint. 0.0.15 splits NumPy-style defaults -> DOC105 failures 'format-docstring', # Docstring formatter 'docstripy', # Convert docstrings to other formats 'interrogate', # Docstring coverage checker diff --git a/template/pyproject.toml.jinja b/template/pyproject.toml.jinja index daa4a05..0c71797 100644 --- a/template/pyproject.toml.jinja +++ b/template/pyproject.toml.jinja @@ -60,6 +60,7 @@ dev = [ 'jupytext', # Jupyter notebook text format support 'jupyterquiz', # Quizzes in Jupyter notebooks 'pydoclint', # Docstring linter + 'docstring-parser-fork!=0.0.15', # Parser used by pydoclint. 0.0.15 splits NumPy-style defaults -> DOC105 failures 'format-docstring', # Docstring formatter 'docstripy', # Convert docstrings to other formats 'interrogate', # Docstring coverage checker