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

[flake8-pyi] Apply redundant-numeric-union to more type expressions (PYI041) #14332

Draft
wants to merge 6 commits into
base: main
Choose a base branch
from

Commits on Nov 11, 2024

  1. Configuration menu
    Copy the full SHA
    6baf63d View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    c7d4922 View commit details
    Browse the repository at this point in the history

Commits on Nov 12, 2024

  1. Tweaks.

    sbrugman committed Nov 12, 2024
    Configuration menu
    Copy the full SHA
    9136f81 View commit details
    Browse the repository at this point in the history
  2. Typo.

    sbrugman committed Nov 12, 2024
    Configuration menu
    Copy the full SHA
    3bd5574 View commit details
    Browse the repository at this point in the history

Commits on Nov 13, 2024

  1. Update crates/ruff_linter/src/rules/flake8_pyi/rules/redundant_numeri…

    …c_union.rs
    
    Co-authored-by: Micha Reiser <[email protected]>
    sbrugman and MichaReiser authored Nov 13, 2024
    Configuration menu
    Copy the full SHA
    1af2c5f View commit details
    Browse the repository at this point in the history

Commits on Nov 14, 2024

  1. Fix false negatives.

    sbrugman committed Nov 14, 2024
    Configuration menu
    Copy the full SHA
    16daf9d View commit details
    Browse the repository at this point in the history