Skip to content

Commit 9dbe9ac

Browse files
authored
MNT: Fix lock file checking (#965)
* MNT: Fix deprecated check lock target * MNT: Refresh lock file
1 parent c1d72d3 commit 9dbe9ac

File tree

2 files changed

+1
-3
lines changed

2 files changed

+1
-3
lines changed

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ help: Makefile
1010

1111
.PHONY: check.lock
1212
check.lock:
13-
@$(POETRY) lock --check
13+
@$(POETRY) check --lock
1414

1515
# clean : Clean project tree.
1616
.PHONY: clean

poetry.lock

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

0 commit comments

Comments
 (0)