diff --git a/README.md b/README.md index d6e9e13..2e4bbc4 100644 --- a/README.md +++ b/README.md @@ -71,7 +71,7 @@ Development Use tools like Pipenv: - pipenv run python -m pip install -e .[dev,lint] + pipenv run python -m pip install -e .[test,lint] pipenv run make check diff --git a/setup.cfg b/setup.cfg index 787b3df..292557c 100644 --- a/setup.cfg +++ b/setup.cfg @@ -110,6 +110,7 @@ exclude = tests/run_flake8, flake8_no_implicit_concat/_version.py, # pydoclint configs +# https://sphinx-rtd-tutorial.readthedocs.io/en/latest/docstrings.html style = sphinx arg_type_hints_in_docstring = False allow_init_docstring = True