Skip to content

Commit

Permalink
Merge pull request smicallef#1027 from bcoles/tests-darglint
Browse files Browse the repository at this point in the history
tests: Add darglint
  • Loading branch information
smicallef authored Sep 12, 2020
2 parents 050c31e + 2bd6e84 commit bf5db77
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
1 change: 1 addition & 0 deletions requirements_test.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
-r requirements.txt
darglint==1.5.4
dlint==0.10.3
pytest==5.3.0
pytest-mock==1.12.0
Expand Down
7 changes: 5 additions & 2 deletions setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,9 @@
flake8-max-line-length = 120
max-complexity = 100
select = C,E,F,W,B,DUO
ignore = E501 W503 B006 DUO130
ignore = E501 W503 B006 DUO130 D
per-file-ignores =
spiderfoot/__init__.py:F401
spiderfoot/__init__.py:F401

[darglint]
docstring_style=google

0 comments on commit bf5db77

Please sign in to comment.