Commit 333367e
authored
Pre commit fixes (#911)
* Define gen_exclude anchor at first use to resolve warning
This was the warning:
[WARNING] Unexpected key(s) present at root: gen_exclude
Also fix the regex: the old pattern was missing the ^ before the second alternative
* Remove requirements-txt-fixer
To avoid this line:
```
fix requirements.txt.................................(no files to check)Skipped
```
* Change the commit hash in .github/workflows/bandit.yml1 parent b8562d3 commit 333367e
2 files changed
+2
-5
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
20 | 20 | | |
21 | 21 | | |
22 | 22 | | |
23 | | - | |
| 23 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
12 | 12 | | |
13 | 13 | | |
14 | 14 | | |
15 | | - | |
16 | | - | |
17 | 15 | | |
18 | 16 | | |
19 | 17 | | |
| |||
54 | 52 | | |
55 | 53 | | |
56 | 54 | | |
57 | | - | |
| 55 | + | |
58 | 56 | | |
59 | | - | |
60 | 57 | | |
61 | 58 | | |
62 | 59 | | |
| |||
0 commit comments