Skip to content

Commit

Permalink
sfwebui: Add annotations and docstrings (#1350)
Browse files Browse the repository at this point in the history
  • Loading branch information
bcoles authored Sep 11, 2021
1 parent 7ee629d commit d62fe91
Show file tree
Hide file tree
Showing 3 changed files with 143 additions and 90 deletions.
3 changes: 2 additions & 1 deletion setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,6 @@ per-file-ignores =
spiderfoot/db.py:SFS101,B902
sf.py:SFS201,B902
sflib.py:SFS101,SIM110,SIM111,B902
sfwebui.py:A,B902
sfscan.py:SIM105,B902
modules/*:B902
modules/sfp_binaryedge.py:B902,C901
Expand All @@ -22,8 +21,10 @@ per-file-ignores =
modules/sfp_reversewhois.py:R504
modules/sfp_ripe.py:SIM110,B902
modules/sfp_zetalytics.py:R504,B902

spiderfoot/__init__.py:F401
sfcli.py:DAR,B902
sfwebui.py:A001,A002,B902
test/*:SIM117,ANN
docs/conf.py:A

Expand Down
Loading

0 comments on commit d62fe91

Please sign in to comment.