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

Remove F401 fix for __init__ imports by default and allow opt-in to unsafe fix #10365

Merged
merged 9 commits into from Mar 13, 2024

Commits on Mar 13, 2024

  1. Configuration menu
    Copy the full SHA
    f60443e View commit details
    Browse the repository at this point in the history
  2. Add test case for opt-in

    zanieb committed Mar 13, 2024
    Configuration menu
    Copy the full SHA
    43179ca View commit details
    Browse the repository at this point in the history
  3. Do not deprecate the option

    zanieb committed Mar 13, 2024
    Configuration menu
    Copy the full SHA
    c54b1fd View commit details
    Browse the repository at this point in the history
  4. Allow an unsafe fix

    zanieb committed Mar 13, 2024
    Configuration menu
    Copy the full SHA
    3f6c969 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    04eb232 View commit details
    Browse the repository at this point in the history
  6. Toggle missed default

    zanieb committed Mar 13, 2024
    Configuration menu
    Copy the full SHA
    f62b969 View commit details
    Browse the repository at this point in the history
  7. Update crates/ruff_linter/src/rules/pyflakes/rules/unused_import.rs

    Co-authored-by: Alex Waygood <Alex.Waygood@Gmail.com>
    zanieb and AlexWaygood committed Mar 13, 2024
    Configuration menu
    Copy the full SHA
    72e105e View commit details
    Browse the repository at this point in the history
  8. Update crates/ruff/tests/snapshots/integration_test__rule_f401.snap

    Co-authored-by: Alex Waygood <Alex.Waygood@Gmail.com>
    zanieb and AlexWaygood committed Mar 13, 2024
    Configuration menu
    Copy the full SHA
    954b5a3 View commit details
    Browse the repository at this point in the history
  9. Update snaps

    zanieb committed Mar 13, 2024
    Configuration menu
    Copy the full SHA
    5d08fd1 View commit details
    Browse the repository at this point in the history