File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11{
22 "id" : " django-upgrade" ,
3- "version" : " 1 .0.0" ,
3+ "version" : " 2 .0.0" ,
44 "name" : " Django-upgrade (via pipx)" ,
55 "documentationURL" : " http://github.com/hspaans/devcontainer-features/tree/master/src/django-upgrade" ,
66 "licenseURL" : " http://github.com/hspaans/devcontainer-features/tree/master/LICENSE" ,
1616 }
1717 },
1818 "installsAfter" : [
19- " ghcr.io/devcontainers-contrib /features/pipx-package" ,
19+ " ghcr.io/devcontainers-extra /features/pipx-package" ,
2020 " ghcr.io/devcontainers/features/python"
2121 ]
2222}
Original file line number Diff line number Diff line change @@ -14,7 +14,7 @@ ensure_nanolayer nanolayer_location "v0.5.0"
1414$nanolayer_location \
1515 install \
1616 devcontainer-feature \
17- " ghcr.io/devcontainers-contrib /features/pipx-package:1.1.7 " \
17+ " ghcr.io/devcontainers-extra /features/pipx-package:1.1.9 " \
1818 --option package=' django-upgrade' --option version=" $VERSION "
1919
2020
Original file line number Diff line number Diff line change 11{
22 "id" : " pyadr" ,
3- "version" : " 1 .0.1 " ,
3+ "version" : " 2 .0.0 " ,
44 "name" : " PyADR (via pipx)" ,
55 "documentationURL" : " http://github.com/hspaans/devcontainer-features/tree/master/src/pyadr" ,
66 "licenseURL" : " http://github.com/hspaans/devcontainer-features/tree/master/LICENSE" ,
1616 }
1717 },
1818 "installsAfter" : [
19- " ghcr.io/devcontainers-contrib /features/pipx-package" ,
19+ " ghcr.io/devcontainers-extra /features/pipx-package" ,
2020 " ghcr.io/devcontainers/features/python" ,
2121 " ghcr.io/devcontainers/features/git"
2222 ]
Original file line number Diff line number Diff line change @@ -14,7 +14,7 @@ ensure_nanolayer nanolayer_location "v0.5.0"
1414$nanolayer_location \
1515 install \
1616 devcontainer-feature \
17- " ghcr.io/devcontainers-contrib /features/pipx-package:1.1.7 " \
17+ " ghcr.io/devcontainers-extra /features/pipx-package:1.1.9 " \
1818 --option package=' pyadr' --option version=" $VERSION "
1919
2020
Original file line number Diff line number Diff line change 11{
22 "id" : " pycqa" ,
3- "version" : " 1 .0.0" ,
3+ "version" : " 2 .0.0" ,
44 "name" : " PyCQA tools bundle (via pipx)" ,
55 "documentationURL" : " http://github.com/hspaans/devcontainer-features/tree/master/src/pycqa" ,
66 "licenseURL" : " http://github.com/hspaans/devcontainer-features/tree/master/LICENSE" ,
5656 }
5757 },
5858 "installsAfter" : [
59- " ghcr.io/devcontainers-contrib /features/pipx-package" ,
59+ " ghcr.io/devcontainers-extra /features/pipx-package" ,
6060 " ghcr.io/devcontainers/features/python"
6161 ]
6262}
Original file line number Diff line number Diff line change @@ -14,37 +14,37 @@ ensure_nanolayer nanolayer_location "v0.5.0"
1414$nanolayer_location \
1515 install \
1616 devcontainer-feature \
17- " ghcr.io/devcontainers-contrib /features/pipx-package:1.1.7 " \
17+ " ghcr.io/devcontainers-extra /features/pipx-package:1.1.9 " \
1818 --option package=' doc8' --option version=" $DOC8_VERSION "
1919
2020$nanolayer_location \
2121 install \
2222 devcontainer-feature \
23- " ghcr.io/devcontainers-contrib /features/pipx-package:1.1.7 " \
23+ " ghcr.io/devcontainers-extra /features/pipx-package:1.1.9 " \
2424 --option package=' docformatter' --option version=" $DOCFORMATTER_VERSION "
2525
2626$nanolayer_location \
2727 install \
2828 devcontainer-feature \
29- " ghcr.io/devcontainers-contrib /features/pipx-package:1.1.7 " \
29+ " ghcr.io/devcontainers-extra /features/pipx-package:1.1.9 " \
3030 --option package=' eradicate' --option version=" $ERADICATE_VERSION "
3131
3232$nanolayer_location \
3333 install \
3434 devcontainer-feature \
35- " ghcr.io/devcontainers-contrib /features/pipx-package:1.1.7 " \
35+ " ghcr.io/devcontainers-extra /features/pipx-package:1.1.9 " \
3636 --option package=' isort' --option version=" $ISORT_VERSION "
3737
3838$nanolayer_location \
3939 install \
4040 devcontainer-feature \
41- " ghcr.io/devcontainers-contrib /features/pipx-package:1.1.7 " \
41+ " ghcr.io/devcontainers-extra /features/pipx-package:1.1.9 " \
4242 --option package=' pydocstyle' --option version=" $PYDOCSTYLE_VERSION "
4343
4444$nanolayer_location \
4545 install \
4646 devcontainer-feature \
47- " ghcr.io/devcontainers-contrib /features/pipx-package:1.1.7 " \
47+ " ghcr.io/devcontainers-extra /features/pipx-package:1.1.9 " \
4848 --option package=' pyflakes' --option version=" $PYFLAKES_VERSION "
4949
5050echo ' Done!'
Original file line number Diff line number Diff line change 11{
22 "id" : " pymarkdownlnt" ,
3- "version" : " 1 .0.0" ,
3+ "version" : " 2 .0.0" ,
44 "name" : " pymarkdownlnt (via pipx)" ,
55 "documentationURL" : " http://github.com/hspaans/devcontainer-features/tree/master/src/pymarkdownlnt" ,
66 "licenseURL" : " http://github.com/hspaans/devcontainer-features/tree/master/LICENSE" ,
1616 }
1717 },
1818 "installsAfter" : [
19- " ghcr.io/devcontainers-contrib /features/pipx-package" ,
19+ " ghcr.io/devcontainers-extra /features/pipx-package" ,
2020 " ghcr.io/devcontainers/features/python" ,
2121 " ghcr.io/devcontainers/features/git"
2222 ]
Original file line number Diff line number Diff line change @@ -14,7 +14,7 @@ ensure_nanolayer nanolayer_location "v0.5.0"
1414$nanolayer_location \
1515 install \
1616 devcontainer-feature \
17- " ghcr.io/devcontainers-contrib /features/pipx-package:1.1.7 " \
17+ " ghcr.io/devcontainers-extra /features/pipx-package:1.1.9 " \
1818 --option package=' pymarkdownlnt' --option version=" $VERSION "
1919
2020
Original file line number Diff line number Diff line change 11{
22 "id" : " pytest" ,
3- "version" : " 1 .0.3 " ,
3+ "version" : " 2 .0.0 " ,
44 "name" : " Pytest (via pipx)" ,
55 "documentationURL" : " http://github.com/hspaans/devcontainer-features/tree/master/src/pytest" ,
66 "licenseURL" : " http://github.com/hspaans/devcontainer-features/tree/master/LICENSE" ,
2424 }
2525 },
2626 "installsAfter" : [
27- " ghcr.io/devcontainers-contrib /features/pipx-package" ,
27+ " ghcr.io/devcontainers-extra /features/pipx-package" ,
2828 " ghcr.io/devcontainers/features/python"
2929 ]
3030}
Original file line number Diff line number Diff line change @@ -14,7 +14,7 @@ ensure_nanolayer nanolayer_location "v0.5.0"
1414$nanolayer_location \
1515 install \
1616 devcontainer-feature \
17- " ghcr.io/devcontainers-contrib /features/pipx-package:1.1.7 " \
17+ " ghcr.io/devcontainers-extra /features/pipx-package:1.1.9 " \
1818 --option package=' pytest' --option injections=" $PLUGINS " --option version=" $VERSION "
1919
2020
You can’t perform that action at this time.
0 commit comments