AICoE/Sefkhet-Abwy

View on GitHub

Showing 192 of 229 total issues

Line too long (113 > 79 characters)
Open

if pull_request["title"].startswith("Automatic update of") or pull_request["title"].startswith("Release of"):
Severity: Minor
Found in aicoe/sesheta/review_manager.py by pep8

Line too long (120 > 79 characters)
Open

f"New information wrt GitHub security advisory {security_advisory['ghsa_id']} '{security_advisory['summary']}'",
Severity: Minor
Found in aicoe/sesheta/review_manager.py by pep8

Line too long (114 > 79 characters)
Open

widgets.append({"buttons": [{"textButton": {"text": "open this PR", "onClick": {"openLink": {"url": url}}}}]})
Severity: Minor
Found in aicoe/sesheta/utils.py by pep8

Line too long (85 > 79 characters)
Open

"repo_url": f"https://github.com/thoth-station/{intent[2]['repo_name']}",
Severity: Minor
Found in aicoe/sesheta/actions/chat.py by pep8

Line too long (106 > 79 characters)
Open

{"title": "adviser-v0.17.0", "description": "moar stable Adviser!", "due_on": "2020-09-14T13:00:00Z"},
Severity: Minor
Found in aicoe/sesheta/actions/label.py by pep8

Line too long (108 > 79 characters)
Open

{"title": "kebechet-v1.1.0", "description": "proactive cyborg nr. 1", "due_on": "2020-10-12T13:00:00Z"},
Severity: Minor
Found in aicoe/sesheta/actions/label.py by pep8

Line too long (83 > 79 characters)
Open

_LOGGER.debug(f"checking if {pull_request['html_url']} needs a approved label")
Severity: Minor
Found in aicoe/sesheta/actions/pull_request.py by pep8

Line too long (87 > 79 characters)
Open

_LOGGER.debug(f"removing 'needs-rebase' label from {pull_request['html_url']}")
Severity: Minor
Found in aicoe/sesheta/actions/pull_request.py by pep8

Line too long (83 > 79 characters)
Open

"""Check if the Pull Request has passed the 'local/check' gate successfully."""
Severity: Minor
Found in aicoe/sesheta/actions/pull_request.py by pep8

Line too long (80 > 79 characters)
Open

statuses = await github_api.getitem(f"{commit['url']}/statuses")
Severity: Minor
Found in aicoe/sesheta/actions/pull_request.py by pep8

Standard pseudo-random generators are not suitable for security/cryptographic purposes.
Open

return f"⭐ In this Universe, based on relative position of planets and all the galaxies I picked {hangouts_userid(random.choice(_THOTH_INHABITANTS))} ⭐"
Severity: Info
Found in aicoe/sesheta/actions/chat.py by bandit

Standard pseudo-random generators are not suitable for security/cryptographic purposes.
Open

return random.choice(POSITIVE_GOOGLE_CHAT_EMOJIS)
Severity: Info
Found in aicoe/sesheta/utils.py by bandit
Severity
Category
Status
Source
Language