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

Improve pylint #192

Merged
merged 12 commits into from
Aug 7, 2023
Merged

Improve pylint #192

merged 12 commits into from
Aug 7, 2023

Commits on Aug 4, 2023

  1. Remove dupe code

    chanhosuh committed Aug 4, 2023
    Configuration menu
    Copy the full SHA
    2524207 View commit details
    Browse the repository at this point in the history
  2. Disable dupe check for this function

    This is the fallback method for tricrypto but rarely happens.
    It's fine to ignore warnings about duplication since we do want
    the same code.
    chanhosuh committed Aug 4, 2023
    Configuration menu
    Copy the full SHA
    f2ed2b3 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    c42632d View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    b269a03 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    e583103 View commit details
    Browse the repository at this point in the history
  6. Add docstrings

    chanhosuh committed Aug 4, 2023
    Configuration menu
    Copy the full SHA
    80e4dcb View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    fb6c9f0 View commit details
    Browse the repository at this point in the history

Commits on Aug 7, 2023

  1. Fix import

    chanhosuh committed Aug 7, 2023
    Configuration menu
    Copy the full SHA
    0e001b6 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    0168eb3 View commit details
    Browse the repository at this point in the history
  3. Add docstrings

    chanhosuh committed Aug 7, 2023
    Configuration menu
    Copy the full SHA
    6fd6e27 View commit details
    Browse the repository at this point in the history
  4. Fix long line

    chanhosuh committed Aug 7, 2023
    Configuration menu
    Copy the full SHA
    d2666d9 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    110ea8c View commit details
    Browse the repository at this point in the history