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

Add links to missing related options within rule documentations #13971

Merged
merged 12 commits into from
Nov 3, 2024

Commits on Oct 28, 2024

  1. Add option link to rule S108

    Rule "hardcoded-temp-file" (S108) makes use of the option `lint.flake8-bandit.hardcoded-tmp-directory`. This commit adds the link to that option within the rule's documentation.
    CarrotManMatt authored Oct 28, 2024
    Configuration menu
    Copy the full SHA
    1bb6ac7 View commit details
    Browse the repository at this point in the history
  2. Add option link to rule RUF031

    Rule "incorrectly-parenthesized-tuple-in-subscript" (RUF031) makes use of the option `lint.ruff.parenthesize-tuple-in-subscript`. This commit adds the link to that option within the rule's documentation.
    CarrotManMatt authored Oct 28, 2024
    Configuration menu
    Copy the full SHA
    19dadab View commit details
    Browse the repository at this point in the history
  3. Add option link to rule PLR2004

    Rule "magic-value-comparison" (PLR2004) makes use of the option `lint.pylint.allow-magic-value-types`. This commit adds the link to that option within the rule's documentation.
    CarrotManMatt authored Oct 28, 2024
    Configuration menu
    Copy the full SHA
    cd0e0ea View commit details
    Browse the repository at this point in the history

Commits on Oct 29, 2024

  1. Add option link to rule F401

    Rule "unused-import" (F401) makes use of the option `lint.pyflakes.allowed-unused-imports`. This commit adds the link to that option within the rule's documentation.
    CarrotManMatt authored Oct 29, 2024
    Configuration menu
    Copy the full SHA
    0635743 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    7e1633d View commit details
    Browse the repository at this point in the history

Commits on Oct 30, 2024

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

Commits on Oct 31, 2024

  1. Configuration menu
    Copy the full SHA
    7b31e49 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    2924ae5 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    fb7ca73 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    e2b8e9b View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    ba11b09 View commit details
    Browse the repository at this point in the history

Commits on Nov 3, 2024

  1. Update fixtures

    charliermarsh committed Nov 3, 2024
    Configuration menu
    Copy the full SHA
    6daba1e View commit details
    Browse the repository at this point in the history