Showing 192 of 229 total issues
Line too long (113 > 79 characters) Open
Open
if pull_request["title"].startswith("Automatic update of") or pull_request["title"].startswith("Release of"):
- Read upRead up
- Exclude checks
Line too long (120 > 79 characters) Open
Open
f"New information wrt GitHub security advisory {security_advisory['ghsa_id']} '{security_advisory['summary']}'",
- Read upRead up
- Exclude checks
Line too long (114 > 79 characters) Open
Open
widgets.append({"buttons": [{"textButton": {"text": "open this PR", "onClick": {"openLink": {"url": url}}}}]})
- Read upRead up
- Exclude checks
Line too long (85 > 79 characters) Open
Open
"repo_url": f"https://github.com/thoth-station/{intent[2]['repo_name']}",
- Read upRead up
- Exclude checks
Line too long (106 > 79 characters) Open
Open
{"title": "adviser-v0.17.0", "description": "moar stable Adviser!", "due_on": "2020-09-14T13:00:00Z"},
- Read upRead up
- Exclude checks
Line too long (108 > 79 characters) Open
Open
{"title": "kebechet-v1.1.0", "description": "proactive cyborg nr. 1", "due_on": "2020-10-12T13:00:00Z"},
- Read upRead up
- Exclude checks
Line too long (83 > 79 characters) Open
Open
_LOGGER.debug(f"checking if {pull_request['html_url']} needs a approved label")
- Read upRead up
- Exclude checks
Line too long (87 > 79 characters) Open
Open
_LOGGER.debug(f"removing 'needs-rebase' label from {pull_request['html_url']}")
- Read upRead up
- Exclude checks
Line too long (83 > 79 characters) Open
Open
"""Check if the Pull Request has passed the 'local/check' gate successfully."""
- Read upRead up
- Exclude checks
Line too long (80 > 79 characters) Open
Open
statuses = await github_api.getitem(f"{commit['url']}/statuses")
- Read upRead up
- Exclude checks
Standard pseudo-random generators are not suitable for security/cryptographic purposes. Open
Open
return f"⭐ In this Universe, based on relative position of planets and all the galaxies I picked {hangouts_userid(random.choice(_THOTH_INHABITANTS))} ⭐"
- Exclude checks
Standard pseudo-random generators are not suitable for security/cryptographic purposes. Open
Open
return random.choice(POSITIVE_GOOGLE_CHAT_EMOJIS)
- Exclude checks