Skip to content
This repository has been archived by the owner on Aug 16, 2022. It is now read-only.

Commit

Permalink
Add pydocstyle linting (#111)
Browse files Browse the repository at this point in the history
Co-authored-by: Wei Ouyang <oeway007@gmail.com>
  • Loading branch information
MartinHjelmare and oeway authored Apr 22, 2021
1 parent e6b6670 commit 175bcda
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 0 deletions.
1 change: 1 addition & 0 deletions requirements_lint.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
black==19.10b0
flake8==3.9.0
pydocstyle==6.0.0
pylint==2.7.4
5 changes: 5 additions & 0 deletions setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,12 @@ multi_line_output = 3
include_trailing_comma = True
force_grid_wrap = 0
use_parentheses = True
ensure_newline_before_comments = True
line_length = 88

[flake8]
ignore = E203, W503
max-line-length = 88

[pydocstyle]
add-ignore = D202
1 change: 1 addition & 0 deletions tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@ ignore_errors = True
commands =
black --check ./
flake8 ./
pydocstyle ./
pylint imjoy setup.py tests
deps =
-rrequirements.txt
Expand Down

0 comments on commit 175bcda

Please sign in to comment.