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

Enforce use of lineno variable name inside the library #3326

Merged
merged 2 commits into from Apr 24, 2023
Merged

Commits on Apr 23, 2023

  1. Enforce use of lineno variable name

    Uses lineno like python core itself instead of linenumber and
    line_number and prevents further use of it.
    
    On python code there were >4700 occurrences of lineno, and the other
    two variants had less than 100 each.
    
    Note that this translate into API change, as it might affect users
    of custom rules.
    ssbarnea committed Apr 23, 2023
    Copy the full SHA
    1be6728 View commit details
    Browse the repository at this point in the history
  2. chore: auto fixes from pre-commit.com hooks

    for more information, see https://pre-commit.ci
    pre-commit-ci[bot] committed Apr 23, 2023
    Copy the full SHA
    6b76eed View commit details
    Browse the repository at this point in the history