VirusTotal / vt-py

The official Python 3 client library for VirusTotal
https://virustotal.github.io/vt-py/
Apache License 2.0
531 stars 121 forks source link

fix(ci): Fix pylint issues #170

Closed mgmacias95 closed 9 months ago

mgmacias95 commented 9 months ago
************* Module enqueue_url_scan
examples/enqueue_url_scan.py:62:10: E1123: Unexpected keyword argument 'loop' in constructor call (unexpected-keyword-arg)
************* Module import_yara_ruleset
examples/import_yara_ruleset.py:99:10: E1123: Unexpected keyword argument 'loop' in constructor call (unexpected-keyword-arg)
************* Module search_behavior_mbc
examples/search_behavior_mbc.py:74:0: W1405: Quote delimiter ' is inconsistent with the rest of the file (inconsistent-quotes)