Commits
Commits on Apr 30, 2024
- committed
- committed
- committed
- committed
[ruff F401 #10390 #10391] note some renames that would help with readability; remove unnecessary pattern match
committed- committed
[ruff F401 #10390 #10391] tweak "fix_imports"; rename it and only return a fix if imports were actually given
committed[ruff F401 #10390 #10391] another "fix_imports" function but this one either moves to __all__ or makes imports explicit
committed[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
committed- committed
- committed
- committed
- committed
- committed
- committed
- committed
- committed
- committed
- committed
- committed
- committed
- committed
- committed
- committed
[ruff F401 #10390 #10391] restore the old condition used to enable/disable F401 based on deprecated flag, but use the preview flag; move the testcases down to the preview testcase section; move the…
committed[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 use…
committed[ruff F401 #10390 #10391] add information to unused-import-context; update generation of help messages
committed- committed
- committed
- committed
- committed