Skip to content

Commit

Permalink
Reorder make targets
Browse files Browse the repository at this point in the history
  • Loading branch information
Basti Tee committed Aug 19, 2023
1 parent c013f89 commit 400d1a0
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -76,6 +76,10 @@ lint:
@echo Run code formatting checks against source code base
$(POETRY_CMD) run flake8 $(PY_FILES)

outdated:
@echo Show outdated dependencies
$(POETRY_CMD) show --outdated

# Executing and publishing

run-venv:
Expand All @@ -88,10 +92,6 @@ install-run:
@echo --- Note: The next command might fail before you reload your shell
my_module_cli

outdated:
@echo Show outdated dependencies
$(POETRY_CMD) show --outdated

publish:
@echo Release version $(VERSION)
git tag -a $(VERSION) -m "Version $(VERSION)"
Expand Down

0 comments on commit 400d1a0

Please sign in to comment.