Skip to content

Commit

Permalink
Use flake8-docstrings (#166)
Browse files Browse the repository at this point in the history
  • Loading branch information
MartinHjelmare committed Apr 24, 2021
1 parent be5f655 commit 53e112a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
2 changes: 1 addition & 1 deletion requirements_lint.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
black==20.8b1
flake8==3.9.1
pydocstyle==6.0.0
flake8-docstrings==1.6.0
pylint==2.7.4
3 changes: 1 addition & 2 deletions tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -21,9 +21,8 @@ basepython = python3
ignore_errors = True
commands =
black --check ./
flake8 imjoy_elfinder tests
flake8 ./
pylint imjoy_elfinder tests
pydocstyle imjoy_elfinder tests
deps =
-rrequirements.txt
-rrequirements_lint.txt
Expand Down

0 comments on commit 53e112a

Please sign in to comment.