Skip to content

Commit

Permalink
Add flake8-docstrings for docstring lints
Browse files Browse the repository at this point in the history
  • Loading branch information
Mauko Quiroga committed Oct 7, 2021
1 parent dcf0504 commit 342fda8
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
4 changes: 2 additions & 2 deletions setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,8 @@ hang-closing = true
extend-ignore = D
ignore = E128,E251,F403,F405,E501,W503,W504
in-place = true
rst-directives = attribute
rst-roles = any, class, exc, meth, obj
rst-directives = attribute, deprecated, seealso, versionadded, versionchanged
rst-roles = any, attr, class, exc, func, meth, obj
strictness = short

[tool:pytest]
Expand Down
1 change: 1 addition & 0 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,7 @@
'darglint == 1.8.0',
'flake8 >= 3.9.0, < 4.0.0',
'flake8-bugbear >= 19.3.0, < 20.0.0',
'flake8-docstrings == 1.6.0',
'flake8-print >= 3.1.0, < 4.0.0',
'flake8-rst-docstrings < 1.0.0',
'mypy >= 0.701, < 0.800',
Expand Down

0 comments on commit 342fda8

Please sign in to comment.