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

Ignore self calls #374

Open
wants to merge 10 commits into
base: main
Choose a base branch
from

Commits on Oct 5, 2024

  1. Configuration menu
    Copy the full SHA
    0a6bd9a View commit details
    Browse the repository at this point in the history

Commits on Oct 6, 2024

  1. Make the requirements to be a recursive call stricter (only top-level…

    … recursion). Also add some tests.
    johndoknjas committed Oct 6, 2024
    Configuration menu
    Copy the full SHA
    682241a View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    2d063dc View commit details
    Browse the repository at this point in the history

Commits on Oct 23, 2024

  1. Get the recursion feature to work for class/instance methods as well.…

    … Also, disable the feature by default, and add a `--recursion` flag for if the user wants to do it.
    johndoknjas committed Oct 23, 2024
    Configuration menu
    Copy the full SHA
    d202b0a View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    a3d4e9e View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    3781310 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    8b43c0e View commit details
    Browse the repository at this point in the history
  5. Do not do the recursion feature if the python version is less than 3.…

    …9, since `ast.unparse` was added then.
    johndoknjas committed Oct 23, 2024
    Configuration menu
    Copy the full SHA
    c1346c2 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    fe14db3 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    8f58034 View commit details
    Browse the repository at this point in the history