ruff
a6893889 - [ruff] fix async comprehension false positive (RUF029) (#11070)

Comment changes are shownComment changes are hidden
Commit
1 year ago
[ruff] fix async comprehension false positive (RUF029) (#11070) ## Summary - Fix #11043 ## Test Plan Added the false positive code in the test fixture.
Parents
  • crates/ruff_linter
    • resources/test/fixtures/ruff
      • File
        RUF029.py
    • src/rules/ruff/rules
      • File
        unused_async.rs