Commit 8c29d54
committed
fix: review -- clean up misleading flake8 comments, remove no-op list comprehension
1. .flake8: removed dead extend-ignore (select already filters). Clarified
that style codes are intentionally excluded, only bugs checked.
2. dna_extractor.py: removed discarded list comprehension on line 826 that
checked for test directories but never used the result.
Skipped: removing security job path gate (trufflehog already scans diff
only, Trivy on docs-only PRs wastes CI minutes for zero value).
289 tests pass. Zero flake8 errors.1 parent 63d71f4 commit 8c29d54
2 files changed
Lines changed: 5 additions & 14 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
3 | 3 | | |
4 | | - | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
5 | 9 | | |
6 | 10 | | |
7 | | - | |
8 | | - | |
9 | | - | |
10 | | - | |
11 | | - | |
12 | | - | |
13 | | - | |
14 | | - | |
15 | | - | |
16 | | - | |
17 | 11 | | |
18 | 12 | | |
19 | 13 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
822 | 822 | | |
823 | 823 | | |
824 | 824 | | |
825 | | - | |
826 | | - | |
827 | | - | |
828 | 825 | | |
829 | 826 | | |
830 | 827 | | |
| |||
0 commit comments