Skip to content

Commit

Permalink
Fix doc (#102)
Browse files Browse the repository at this point in the history
* Fix doc

* Add comment
  • Loading branch information
10sr authored Nov 8, 2024
1 parent 9b38279 commit 6aebb2a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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


Expand Down
1 change: 1 addition & 0 deletions setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 6aebb2a

Please sign in to comment.