Skip to content

Commit

Permalink
Use pydoclint for document linter (#101)
Browse files Browse the repository at this point in the history
* Use pydoclint for document linter

* Update configs to pass pydoclint check
  • Loading branch information
10sr authored Nov 8, 2024
1 parent bc65241 commit 9b38279
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ lint =
flake8-2020
flake8-docstrings
flake8-rst-docstrings
darglint
pydoclint[flake8]
mypy
publish =
twine
Expand Down Expand Up @@ -109,7 +109,10 @@ exclude =
build,
tests/run_flake8,
flake8_no_implicit_concat/_version.py,

# pydoclint configs
style = sphinx
arg_type_hints_in_docstring = False
allow_init_docstring = True

[isort]
# Be happy with black formatter and hacking linter
Expand Down

0 comments on commit 9b38279

Please sign in to comment.