fix: formatting

This commit is contained in:
Willi Ballenthin
2026-04-27 13:56:16 +02:00
committed by Willi Ballenthin
parent 555bbdecda
commit 8e464e6041
+1 -3
View File
@@ -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):