Commit dcee6b5
authored
Exclude py/cyclic-import from CodeQL scan (#234)
The rule fires on TYPE_CHECKING-gated typed-module cycles between
graph and observability that do not exist at runtime (import of
graph.events resolves clean). It is the broader sibling of
py/unsafe-cyclic-import, already excluded here for the same
reason. Pyright's reportImportCycles remains the backstop for
genuine runtime cycles, so the rule adds only noise.1 parent 8d45e78 commit dcee6b5
1 file changed
Lines changed: 20 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
68 | 68 | | |
69 | 69 | | |
70 | 70 | | |
| 71 | + | |
| 72 | + | |
| 73 | + | |
| 74 | + | |
| 75 | + | |
| 76 | + | |
| 77 | + | |
| 78 | + | |
| 79 | + | |
| 80 | + | |
| 81 | + | |
| 82 | + | |
| 83 | + | |
| 84 | + | |
| 85 | + | |
| 86 | + | |
| 87 | + | |
| 88 | + | |
| 89 | + | |
| 90 | + | |
0 commit comments