mirror of
https://github.com/mandiant/capa.git
synced 2026-06-12 19:11:32 -07:00
fix: formatting
This commit is contained in:
committed by
Willi Ballenthin
parent
555bbdecda
commit
8e464e6041
+1
-3
@@ -221,9 +221,7 @@ class InvalidScopes(Lint):
|
||||
scopes = rule.meta.get("scopes")
|
||||
if not isinstance(scopes, dict):
|
||||
return False
|
||||
return (scopes.get("static") == "unsupported") and (
|
||||
scopes.get("dynamic") == "unsupported"
|
||||
)
|
||||
return (scopes.get("static") == "unsupported") and (scopes.get("dynamic") == "unsupported")
|
||||
|
||||
|
||||
class MissingAuthors(Lint):
|
||||
|
||||
Reference in New Issue
Block a user