Commit b5d337c
committed
Fix nitpick ignore regexes; extend until they pass
The nitpick ignore regex list included `pip.*`. Because this is a simple
regex match, it matches `piptools...` as well as `pip...`.
Fixing the regex to be correctly scoped reveals many nitpick errors
inside of piptools, which are suppressed here in order to make it
possible to track them down and fix later.
In addition to generally fixing the regexes,
- `InvalidName` and `NormalizedName`, from within `packaging`, are added
to nitpick ignores
- the regexes are sorted and organized into sections1 parent 6a309d9 commit b5d337c
2 files changed
Lines changed: 18 additions & 9 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
95 | 95 | | |
96 | 96 | | |
97 | 97 | | |
98 | | - | |
99 | | - | |
100 | | - | |
101 | | - | |
102 | | - | |
103 | | - | |
104 | | - | |
105 | | - | |
| 98 | + | |
| 99 | + | |
| 100 | + | |
| 101 | + | |
| 102 | + | |
| 103 | + | |
| 104 | + | |
| 105 | + | |
| 106 | + | |
| 107 | + | |
106 | 108 | | |
107 | | - | |
| 109 | + | |
| 110 | + | |
| 111 | + | |
| 112 | + | |
| 113 | + | |
| 114 | + | |
| 115 | + | |
108 | 116 | | |
109 | 117 | | |
110 | 118 | | |
| |||
0 commit comments