mirror of
https://github.com/vee1e/capa.git
synced 2026-09-01 18:57:15 +00:00
fix: formatting
This commit is contained in:
parent
555bbdecda
commit
8e464e6041
1 changed files with 1 additions and 3 deletions
|
|
@ -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):
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue