feat(workflow): switch to ruff for code linting

This commit is contained in:
SeaswimmerTheFsh 2024-02-14 10:35:57 -05:00
parent 1aa12e88ac
commit eafd02bb53
Signed by untrusted user: cswimr
GPG key ID: B8953EC01E5C4063
3 changed files with 5 additions and 5 deletions

View file

@ -33,7 +33,7 @@ def check_permissions(
for permission in permissions:
if (
not getattr(resolved_permissions, permission, False)
and not resolved_permissions.administrator is True
and resolved_permissions.administrator is not True
):
return permission