Skip to content

Conversation

isuruperera
Copy link
Owner

@isuruperera isuruperera commented Aug 28, 2025

Describe your change:

  • Add an algorithm?
  • Fix a bug or typo in an existing algorithm?
  • Add or change doctests? -- Note: Please avoid changing both code and tests in a single pull request.
  • Documentation change?

Checklist:

  • I have read CONTRIBUTING.md.
  • This pull request is all my own work -- I have not plagiarized.
  • I know that pull requests will not be merged if they fail the automated tests.
  • This PR only changes one algorithm file. To ease review, please open separate PRs for separate algorithms.
  • All new Python files are placed inside an existing directory.
  • All filenames are in all lowercase characters with no spaces or dashes.
  • All functions and variable names follow Python naming conventions.
  • All function parameters and return values are annotated with Python type hints.
  • All functions have doctests that pass the automated testing.
  • All new algorithms include at least one URL that points to Wikipedia or another similar explanation.
  • If this pull request resolves one or more open issues then the description above includes the issue number(s) with a closing keyword: "Fixes #ISSUE-NUMBER".

@isuruperera
Copy link
Owner Author

isuruperera commented Aug 28, 2025

  • Add an algorithm?
  • Fix a bug or typo in an existing algorithm?
  • Add or change doctests? -- Note: Please avoid changing both code and tests in a single pull request.
  • Documentation change?

@isuruperera
Copy link
Owner Author

isuruperera commented Aug 28, 2025

adasfsd
sadsdasd

@isuruperera
Copy link
Owner Author

sdasdsd

@isuruperera
Copy link
Owner Author

isuruperera commented Aug 28, 2025

This is an updated comment from test

@isuruperera
Copy link
Owner Author

fwer

@isuruperera isuruperera reopened this Aug 28, 2025
@testappisuru
Copy link

testappisuru bot commented Sep 1, 2025

Test

1 similar comment
@testappisuru
Copy link

testappisuru bot commented Sep 1, 2025

Test

@testappisuru
Copy link

testappisuru bot commented Sep 1, 2025

This is an updated comment from test1756719826144

@isuruperera
Copy link
Owner Author

isuruperera commented Sep 10, 2025

@isuruperera
Copy link
Owner Author

isuruperera commented Sep 11, 2025

Agent Fix (Issue 2 of 2)

Quality Issue
Maintainability
🟠 Medium
Return a value of type "bool" instead of "str" or update function "bool" type hint.
Location 1: discord/utils.py:115-115
discord/utils.py
@@ -115,1 +115,1 @@ class _MissingSentinel:
-        return "2"
+        return False
View suggestion details Explanation 1:

Review

  • Select fix

Select this to add the fix to a queue. You can commit all selected fixes at once.

Go to Summary 📊


  • Commit changes (2 selected)

Select this to commit all previously selected fixes.

testappisuru bot and others added 24 commits October 5, 2025 12:21
Co-authored-by: isuruperera <17299529+isuruperera@users.noreply.github.com>
Co-authored-by: isuruperera <17299529+isuruperera@users.noreply.github.com>
Co-authored-by: isuruperera <17299529+isuruperera@users.noreply.github.com>
Co-authored-by: isuruperera <17299529+isuruperera@users.noreply.github.com>
Co-authored-by: isuruperera <17299529+isuruperera@users.noreply.github.com>
Co-authored-by: isuruperera <17299529+isuruperera@users.noreply.github.com>
Co-authored-by: isuruperera <17299529+isuruperera@users.noreply.github.com>
Co-authored-by: isuruperera <17299529+isuruperera@users.noreply.github.com>
Co-authored-by: isuruperera <17299529+isuruperera@users.noreply.github.com>
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.

2 participants