Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Address lint #526

Merged
merged 3 commits into from
Sep 17, 2024
Merged

Address lint #526

merged 3 commits into from
Sep 17, 2024

Conversation

akrherz
Copy link
Member

@akrherz akrherz commented Sep 17, 2024

No description provided.

Copy link

deepsource-io bot commented Sep 17, 2024

Here's the code health analysis summary for commits ce7a349..5103844. View details on DeepSource ↗.

Analysis Summary

AnalyzerStatusSummaryLink
DeepSource Shell LogoShell✅ SuccessView Check ↗
DeepSource JavaScript LogoJavaScript✅ SuccessView Check ↗
DeepSource Python LogoPython❌ Failure
❗ 16 occurences introduced
🎯 31 occurences resolved
View Check ↗
DeepSource PHP LogoPHP✅ SuccessView Check ↗

💡 If you’re a repository administrator, you can configure the quality gates from the settings.

if sitekey is None:
continue
print(sitekey)
_leadpi = data.get("leadpi")

Check notice

Code scanning / CodeQL

Unused local variable Note

Variable _leadpi is not used.
# Get Sites Users
config = util.get_config()

_token = gauth.OAuth2Token(

Check notice

Code scanning / CodeQL

Unused local variable Note

Variable _token is not used.
sites_client = get_sites_client(config)
site_users = []
for acl in sites_client.get_acl_feed().entry:
_userid = acl.scope.value

Check notice

Code scanning / CodeQL

Unused local variable Note

Variable _userid is not used.
"role": "owner",
"type": "user",
}
_permission = (

Check notice

Code scanning / CodeQL

Unused local variable Note

Variable _permission is not used.
@akrherz akrherz merged commit da71326 into isudatateam:main Sep 17, 2024
7 of 8 checks passed
@akrherz akrherz deleted the ruff branch September 17, 2024 13:27
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant