File tree Expand file tree Collapse file tree 2 files changed +4
-3
lines changed
Expand file tree Collapse file tree 2 files changed +4
-3
lines changed Original file line number Diff line number Diff line change 44 "dockerfile" : " Dockerfile" ,
55 "context" : " .." ,
66 "args" : {
7- "APT_MIRROR_DOMAIN" : " ${localEnv:APT_MIRROR_DOMAIN:- deb.debian.org}" ,
8- "PIP_MIRROR_DOMAIN" : " ${localEnv:PIP_MIRROR_DOMAIN:- pypi.org}"
7+ "APT_MIRROR_DOMAIN" : " ${localEnv:APT_MIRROR_DOMAIN:deb.debian.org}" ,
8+ "PIP_MIRROR_DOMAIN" : " ${localEnv:PIP_MIRROR_DOMAIN:pypi.org}"
99 }
1010 },
1111 "postCreateCommand" : " scripts/setup.sh" ,
Original file line number Diff line number Diff line change @@ -22,7 +22,8 @@ recursive=true
2222
2323# When enabled, pylint would attempt to guess common misconfiguration and emit
2424# user-friendly hints instead of false-positive error messages.
25- suggestion-mode =yes
25+ # deprecated in pylint v4.0.0
26+ # suggestion-mode=yes
2627
2728# Allow loading of arbitrary C extensions. Extensions are imported into the
2829# active Python interpreter and may run arbitrary code.
You can’t perform that action at this time.
0 commit comments