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

Fix pytest.mark.parametrize rules to check calls instead of decorators #14515

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

Commits on Nov 21, 2024

  1. Check calls

    harupy committed Nov 21, 2024
    Configuration menu
    Copy the full SHA
    778177e View commit details
    Browse the repository at this point in the history
  2. Fix

    harupy committed Nov 21, 2024
    Configuration menu
    Copy the full SHA
    e791dca View commit details
    Browse the repository at this point in the history
  3. Update snapshots

    harupy committed Nov 21, 2024
    Configuration menu
    Copy the full SHA
    1ddef63 View commit details
    Browse the repository at this point in the history
  4. Use call

    harupy committed Nov 21, 2024
    Configuration menu
    Copy the full SHA
    3f385b6 View commit details
    Browse the repository at this point in the history

Commits on Nov 22, 2024

  1. Update crates/ruff_linter/src/rules/flake8_pytest_style/rules/paramet…

    …rize.rs
    
    Co-authored-by: Micha Reiser <[email protected]>
    harupy and MichaReiser authored Nov 22, 2024
    Configuration menu
    Copy the full SHA
    0d52662 View commit details
    Browse the repository at this point in the history
  2. fmt

    harupy committed Nov 22, 2024
    Configuration menu
    Copy the full SHA
    b6f6d0f View commit details
    Browse the repository at this point in the history