Commit 060484b
Exclude Lazy Imports tests from ruff F811 check
Summary: Our Lazy Imports tests in 3.14 fail the lint check ([example job](https://github.com/facebookincubator/cinder/actions/runs/29703681881/job/88236940889)) because when our tests intentionally check that imports are lazy, the same import may be getting defined twice. This trips up F811. To fix this, we exclude the lazy imports tests from the check.
Reviewed By: kddnewton
Differential Revision: D112820282
fbshipit-source-id: d529896d0119c1e8a06607078347a8337878a84b1 parent a58fcc4 commit 060484b
1 file changed
Lines changed: 3 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
14 | 14 | | |
15 | 15 | | |
16 | 16 | | |
| 17 | + | |
| 18 | + | |
| 19 | + | |
17 | 20 | | |
18 | 21 | | |
19 | 22 | | |
| |||
0 commit comments