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# Changes here will be overwritten by Copier; NEVER EDIT MANUALLY
2- _commit : v0.4.2-92-gc62b972
2+ _commit : v0.4.2-104-ga3c3d40
33_src_path : git+https://github.com/twsl/python-project-template
44author_email : 45483159+twsl@users.noreply.github.com
55author_username : twsl
Original file line number Diff line number Diff line change 2222 "ghcr.io/devcontainers-extra/features/actionlint:1" : {},
2323 "ghcr.io/devcontainers-extra/features/pre-commit:2" : {},
2424 "ghcr.io/dhoeric/features/act:1" : {},
25- // https://github.com/devcontainers/features/issues/1543
26- // "ghcr.io/devcontainers/features/docker-in-docker:3": {
27- // "moby": false
28- // }
25+ "ghcr.io/devcontainers/features/docker-in-docker:4" : {
26+ "moby" : false
27+ }
2928 },
3029 // Use 'forwardPorts' to make a list of ports inside the container available locally.
3130 // "forwardPorts": [],
Original file line number Diff line number Diff line change 1616 - id : pre-commit-update
1717
1818 - repo : https://github.com/astral-sh/uv-pre-commit
19- rev : 0.11.25
19+ rev : 0.11.26
2020 hooks :
2121 - id : uv-lock
2222
6464 - id : ruff-format
6565
6666 - repo : https://github.com/astral-sh/ty-pre-commit
67- rev : v0.0.55
67+ rev : v0.0.56
6868 hooks :
6969 - id : ty
7070
Original file line number Diff line number Diff line change @@ -46,16 +46,16 @@ members = [
4646
4747[dependency-groups ]
4848dev = [
49- " ruff>=0.15.18 " ,
50- " ty>=0.0.52 " ,
49+ " ruff>=0.15.20 " ,
50+ " ty>=0.0.55 " ,
5151 " bandit>=1.9.4" ,
52- " prek>=0.4.4 " ,
52+ " prek>=0.4.6 " ,
5353 " vulture>=2.16" ,
54- " copier>=9.15.2 " ,
55- " ipykernel>=7.2 .0" ,
54+ " copier>=9.16.0 " ,
55+ " ipykernel>=7.3 .0" ,
5656 " ipywidgets>=8.1.8" ,
5757 " ipython>=9.13.0" ,
58- " jupytext>=1.19.1 " ,
58+ " jupytext>=1.19.3 " ,
5959 " nbconvert>=7.17.1" ,
6060]
6161test = [
@@ -64,7 +64,7 @@ test = [
6464 " pytest-mock>=3.15.1" ,
6565 " pytest-cases>=3.10.1" ,
6666 " pytest-benchmark[aspect,histogram]>=5.2.3" ,
67- " pytest-github-actions-annotate-failures>=0.4.0 " ,
67+ " pytest-github-actions-annotate-failures>=0.4.2 " ,
6868]
6969docs = [
7070 " mkdocs>=1.6.1" ,
@@ -74,7 +74,7 @@ docs = [
7474 " mkdocs-git-authors-plugin>=0.10.0" ,
7575 " mkapi>=4.5.0" ,
7676 " markdown-callouts>=0.4.0" ,
77- " pymdown-extensions>=10.21.3 " ,
77+ " pymdown-extensions>=11.0.0 " ,
7878 " pygments>=2.20.0" ,
7979 " mkdocs-jupyter>=0.26.3" ,
8080]
You can’t perform that action at this time.
0 commit comments