-
Notifications
You must be signed in to change notification settings - Fork 1.1k
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
F401 - Distinguish between imports we wish to remove and those we wish to make explicit-exports #11168
Commits on Apr 30, 2024
-
Configuration menu - View commit details
-
Copy full SHA for e8ccbc1 - Browse repository at this point
Copy the full SHA e8ccbc1View commit details -
Configuration menu - View commit details
-
Copy full SHA for c3cb1fc - Browse repository at this point
Copy the full SHA c3cb1fcView commit details -
Configuration menu - View commit details
-
Copy full SHA for 2555105 - Browse repository at this point
Copy the full SHA 2555105View commit details -
Configuration menu - View commit details
-
Copy full SHA for 66d9249 - Browse repository at this point
Copy the full SHA 66d9249View commit details -
[ruff F401 #10390 #10391] note some renames that would help with read…
…ability; remove unnecessary pattern match
Configuration menu - View commit details
-
Copy full SHA for 2990bb6 - Browse repository at this point
Copy the full SHA 2990bb6View commit details -
Configuration menu - View commit details
-
Copy full SHA for 9b70c3b - Browse repository at this point
Copy the full SHA 9b70c3bView commit details -
[ruff F401 #10390 #10391] tweak "fix_imports"; rename it and only ret…
…urn a fix if imports were actually given
Configuration menu - View commit details
-
Copy full SHA for 0d52dc7 - Browse repository at this point
Copy the full SHA 0d52dc7View commit details -
[ruff F401 #10390 #10391] another "fix_imports" function but this one…
… either moves to __all__ or makes imports explicit
Configuration menu - View commit details
-
Copy full SHA for 55c4906 - Browse repository at this point
Copy the full SHA 55c4906View commit details -
[ruff F401 #10390 #10391] generate two fixes (instead of one) for the…
… two groups of import statement bindings; then iterate over those bindings and the fix which applies to them
Configuration menu - View commit details
-
Copy full SHA for 80bbdd4 - Browse repository at this point
Copy the full SHA 80bbdd4View commit details -
Configuration menu - View commit details
-
Copy full SHA for a35ca67 - Browse repository at this point
Copy the full SHA a35ca67View commit details -
Configuration menu - View commit details
-
Copy full SHA for f29708f - Browse repository at this point
Copy the full SHA f29708fView commit details -
Configuration menu - View commit details
-
Copy full SHA for a8f5373 - Browse repository at this point
Copy the full SHA a8f5373View commit details -
Configuration menu - View commit details
-
Copy full SHA for d666bac - Browse repository at this point
Copy the full SHA d666bacView commit details -
[ruff F401 #10390 #10391] add fixture tests for F401 w/__init__.py; r…
…ework after discussion w/zanie
Configuration menu - View commit details
-
Copy full SHA for c05285f - Browse repository at this point
Copy the full SHA c05285fView commit details -
Configuration menu - View commit details
-
Copy full SHA for f286764 - Browse repository at this point
Copy the full SHA f286764View commit details -
Configuration menu - View commit details
-
Copy full SHA for 203bf01 - Browse repository at this point
Copy the full SHA 203bf01View commit details -
Configuration menu - View commit details
-
Copy full SHA for bd22137 - Browse repository at this point
Copy the full SHA bd22137View commit details -
Configuration menu - View commit details
-
Copy full SHA for c764517 - Browse repository at this point
Copy the full SHA c764517View commit details -
Configuration menu - View commit details
-
Copy full SHA for 1405bae - Browse repository at this point
Copy the full SHA 1405baeView commit details -
Configuration menu - View commit details
-
Copy full SHA for 56bec82 - Browse repository at this point
Copy the full SHA 56bec82View commit details -
Configuration menu - View commit details
-
Copy full SHA for b827bfc - Browse repository at this point
Copy the full SHA b827bfcView commit details -
Configuration menu - View commit details
-
Copy full SHA for 482cb75 - Browse repository at this point
Copy the full SHA 482cb75View commit details -
Configuration menu - View commit details
-
Copy full SHA for 667a901 - Browse repository at this point
Copy the full SHA 667a901View commit details -
Configuration menu - View commit details
-
Copy full SHA for c6a3ef4 - Browse repository at this point
Copy the full SHA c6a3ef4View commit details -
[ruff F401 #10390 #10391] restore the old condition used to enable/di…
…sable F401 based on deprecated flag, but use the preview flag; move the testcases down to the preview testcase section; move the insta-snapshots to the preview paths
Configuration menu - View commit details
-
Copy full SHA for 5ead877 - Browse repository at this point
Copy the full SHA 5ead877View commit details -
[ruff F401 #10390 #10391] delete the init_unused_import_opt_in_to_fix…
… test and add a test-case for the preview linter rules that references that fixture; move its insta-snapshot to the location used by the new test-case
Configuration menu - View commit details
-
Copy full SHA for 1800eb7 - Browse repository at this point
Copy the full SHA 1800eb7View commit details -
[ruff F401 #10390 #10391] add information to unused-import-context; u…
…pdate generation of help messages
Configuration menu - View commit details
-
Copy full SHA for 37c5152 - Browse repository at this point
Copy the full SHA 37c5152View commit details -
[ruff F401 #10390 #10391] attach context to import-bindings earlier, …
…when deciding how to fix them
Configuration menu - View commit details
-
Copy full SHA for 76608fe - Browse repository at this point
Copy the full SHA 76608feView commit details -
Configuration menu - View commit details
-
Copy full SHA for 50d37b6 - Browse repository at this point
Copy the full SHA 50d37b6View commit details -
Configuration menu - View commit details
-
Copy full SHA for 130ce57 - Browse repository at this point
Copy the full SHA 130ce57View commit details -
Configuration menu - View commit details
-
Copy full SHA for 18c3001 - Browse repository at this point
Copy the full SHA 18c3001View commit details
Commits on May 1, 2024
-
optimize a shortcircuiting boolean expression per micha
Co-authored-by: Micha Reiser <micha@reiser.io>
Configuration menu - View commit details
-
Copy full SHA for 53d6807 - Browse repository at this point
Copy the full SHA 53d6807View commit details -
use an array instead of a vec per micha
Co-authored-by: Micha Reiser <micha@reiser.io>
Configuration menu - View commit details
-
Copy full SHA for c8876b2 - Browse repository at this point
Copy the full SHA c8876b2View commit details -
Configuration menu - View commit details
-
Copy full SHA for 71e191a - Browse repository at this point
Copy the full SHA 71e191aView commit details -
Configuration menu - View commit details
-
Copy full SHA for dacbe73 - Browse repository at this point
Copy the full SHA dacbe73View commit details
Commits on May 2, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 31768b6 - Browse repository at this point
Copy the full SHA 31768b6View commit details