From 854e8468ea035b7d588ca7cc26a96f8f700541e7 Mon Sep 17 00:00:00 2001 From: Aineopintojen-harjoitustyo-Algoritmit-j Date: Sun, 18 Feb 2024 21:53:48 +0200 Subject: Improved developer commands menu. --- pyproject.toml | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) (limited to 'pyproject.toml') diff --git a/pyproject.toml b/pyproject.toml index 8cfad68..a14ef19 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -15,12 +15,7 @@ coverage = "^7.4.0" pylint = "^3.0.3" [tool.poetry.scripts] -pylint = "dev:dev_pylint" -pytest = "dev:dev_pytest" -covhtml = "dev:dev_covhtml" -covxml = "dev:dev_covxml" -covff = "dev:dev_covff" -all = "dev:dev_all" +dev = "dev:dev_command" [build-system] requires = ["poetry-core"] -- cgit v1.2.3