summaryrefslogtreecommitdiffstats
path: root/pyproject.toml
diff options
context:
space:
mode:
authorAleš Mrázek <ales.mrazek@nic.cz>2024-08-27 15:26:58 +0200
committerAleš Mrázek <ales.mrazek@nic.cz>2024-09-07 00:28:31 +0200
commit664c31349063f5f782c41a3713c866fcc9c39715 (patch)
tree34a4f82783ed01073601e11b80389910dc67fffd /pyproject.toml
parentpython: knot_resolver_build_options module added (diff)
downloadknot-resolver-664c31349063f5f782c41a3713c866fcc9c39715.tar.xz
knot-resolver-664c31349063f5f782c41a3713c866fcc9c39715.zip
scripts/poe-tasks: clean added
Diffstat (limited to 'pyproject.toml')
-rw-r--r--pyproject.toml11
1 files changed, 1 insertions, 10 deletions
diff --git a/pyproject.toml b/pyproject.toml
index da8485c4..fefe24ac 100644
--- a/pyproject.toml
+++ b/pyproject.toml
@@ -80,17 +80,8 @@ examples = { cmd = "scripts/poe-tasks/examples", help = "Validate all configurat
man = {cmd = "scripts/poe-tasks/man", help = "Display Knot Resolver manpage from sources" }
gen-setuppy = { cmd = "scripts/poe-tasks/gen-setuppy", help = "Generate 'setup.py' file for backwards compatibility" }
format = { cmd = "scripts/poe-tasks/format", help = "Run code formatter" }
-# tasks runned directly
-fixdeps = { shell = "poetry install; npm install; npm update", help = "Install/update dependencies according to configuration files"}
kresctl = { cmd = "scripts/poe-tasks/kresctl", help="Run kresctl utility" }
-clean = """
- rm -rf .coverage
- .mypy_cache
- .pytest_cache
- ./**/__pycache__
- build
- dist
-"""
+clean = { cmd = "scripts/poe-tasks/clean", help="Cleanup build directories and files" }
[tool.black]
line-length = 120