Skip to content

Commit

Permalink
chore: updates poetry lock check command in Makefile
Browse files Browse the repository at this point in the history
Signed-off-by: Jennifer Power <[email protected]>
  • Loading branch information
jpower432 committed Jan 3, 2024
1 parent a1de981 commit aac104f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ pre-commit:
@poetry run pre-commit install

lint:
@poetry lock --check
@poetry check --lock
@poetry run isort --profile=black --lines-after-imports=2 \
--check-only $(TESTS) $(PYMODULE)
@poetry run black --check $(TESTS) $(PYMODULE) --diff
Expand Down

0 comments on commit aac104f

Please sign in to comment.