Skip to content

Commit 4454180

Browse files
committed
Perform strict check on Poetry configuration
1 parent 753d0bb commit 4454180

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
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:

0 commit comments

Comments
 (0)