File tree Expand file tree Collapse file tree 3 files changed +5
-5
lines changed
Expand file tree Collapse file tree 3 files changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -6,7 +6,7 @@ COPY pyproject.toml .
66RUN pip install poetry
77
88FROM base AS dependencies
9- RUN poetry install --no- dev
9+ RUN poetry install --without dev
1010
1111FROM base AS development
1212RUN poetry install
Original file line number Diff line number Diff line change 1- version : " 3.4"
21services :
32 python-boilerplate-project :
43 tty : true
@@ -9,4 +8,4 @@ services:
98 target : " development"
109 volumes :
1110 - " .:/src"
12- env_file : .env
11+ env_file : .env
Original file line number Diff line number Diff line change @@ -4,14 +4,15 @@ version = "0.1.0"
44description = " A python boilerplate project using poetry"
55authors = [" Authors Name <authorsmail@>" ]
66license = " MIT"
7+ package-mode = false
78
89[tool .poetry .dependencies ]
910python = " ^3.11"
1011
11- [tool .poetry .dev- dependencies ]
12+ [tool .poetry .group . dev . dependencies ]
1213pytest = " ^8.0.0"
1314pytest-cov = " ^6.0.0"
14- ruff = " ^0.8.1 "
15+ ruff = " ^0.9.6 "
1516
1617[tool .pytest .ini_options ]
1718testpaths = [" tests" ,]
You can’t perform that action at this time.
0 commit comments