File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 28
28
" ^template/docs/.+\\ .md(\\ .jinja)?$"
29
29
],
30
30
"matchStrings" : [
31
- " pip install.* (?<depName>.*?)==(?<currentValue>.*?)[\"\n ]" ,
32
- " pipx install( --force)? (?<depName>.*?)==(?<currentValue>.*?)\n "
31
+ " pip install.* (?<depName>.*?)( \\ [.*? \\ ])? ==(?<currentValue>.*?)[\"\n ]" ,
32
+ " pipx install( --force)? (?<depName>.*?)( \\ [.*? \\ ])? ==(?<currentValue>.*?)\\ s "
33
33
]
34
34
},
35
35
{
Original file line number Diff line number Diff line change 31
31
[%- endif %]
32
32
],
33
33
"matchStrings": [
34
- "pip install.* (?<depName >.*?)==(?<currentValue >.*?)[\"\n]",
35
- "pipx install( --force)? (?<depName >.*?)==(?<currentValue >.*?)\n "
34
+ "pip install.* (?<depName >.*?)(\\[.*?\\])? ==(?<currentValue >.*?)[\"\n]",
35
+ "pipx install( --force)? (?<depName >.*?)(\\[.*?\\])? ==(?<currentValue >.*?)\\s "
36
36
]
37
37
},
38
38
{
You can’t perform that action at this time.
0 commit comments