Skip to content

Commit 3e228ef

Browse files
authored
Merge pull request #202 from per1234/poetry-strict
Perform strict check on Poetry configuration
2 parents 030b03b + 1fbd359 commit 3e228ef

File tree

3 files changed

+5
-4
lines changed

3 files changed

+5
-4
lines changed

Taskfile.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -496,7 +496,8 @@ tasks:
496496
cmds:
497497
- |
498498
poetry check \
499-
--lock
499+
--lock \
500+
--strict
500501
501502
# Make a temporary file and print the path passed to stdout.
502503
# Environment variable parameters:

poetry.lock

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ package-mode = false
66
[tool.poetry.dependencies]
77
python = "~3.9"
88

9-
[tool.poetry.dev-dependencies]
9+
[tool.poetry.group.dev.dependencies]
1010
yamllint = "^1.37.1"
1111
codespell = "^2.4.1"
1212

0 commit comments

Comments
 (0)