summaryrefslogtreecommitdiff
path: root/pyproject.toml
diff options
context:
space:
mode:
authorAineopintojen-harjoitustyo-Algoritmit-j <github-hy-tiralabra@v.hix.fi>2024-02-18 21:53:48 +0200
committerAineopintojen-harjoitustyo-Algoritmit-j <github-hy-tiralabra@v.hix.fi>2024-02-18 21:53:48 +0200
commit854e8468ea035b7d588ca7cc26a96f8f700541e7 (patch)
treebadfb3484902ac282eb2fd94c111df87a8389acd /pyproject.toml
parentf8452c313ca78e5f04714331c4a222e8aed53805 (diff)
Improved developer commands menu.
Diffstat (limited to 'pyproject.toml')
-rw-r--r--pyproject.toml7
1 files changed, 1 insertions, 6 deletions
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"]