diff --git a/src/demo_auction/pyproject.toml b/src/demo_auction/pyproject.toml index 7ad6af474..f8c3d1296 100644 --- a/src/demo_auction/pyproject.toml +++ b/src/demo_auction/pyproject.toml @@ -30,7 +30,7 @@ isort = {cmd = "make isort", help = "Format with isort"} black = {cmd = "make black", help = "Format with black"} ruff = {cmd = "make ruff", help = "Lint with ruff"} mypy = {cmd = "make mypy", help = "Lint with mypy"} -image = {cmd = "make image", help = "Build docker image"} +image = {cmd = "make image", help = "Build Docker image"} up = {cmd = "make up", help = "Run Compose stack"} down = {cmd = "make down", help = "Stop Compose stack"} diff --git a/src/demo_big_maps/pyproject.toml b/src/demo_big_maps/pyproject.toml index 2ddf34c5a..3230150fe 100644 --- a/src/demo_big_maps/pyproject.toml +++ b/src/demo_big_maps/pyproject.toml @@ -30,7 +30,7 @@ isort = {cmd = "make isort", help = "Format with isort"} black = {cmd = "make black", help = "Format with black"} ruff = {cmd = "make ruff", help = "Lint with ruff"} mypy = {cmd = "make mypy", help = "Lint with mypy"} -image = {cmd = "make image", help = "Build docker image"} +image = {cmd = "make image", help = "Build Docker image"} up = {cmd = "make up", help = "Run Compose stack"} down = {cmd = "make down", help = "Stop Compose stack"} diff --git a/src/demo_blank/pyproject.toml b/src/demo_blank/pyproject.toml index 3fc439178..b48e60027 100644 --- a/src/demo_blank/pyproject.toml +++ b/src/demo_blank/pyproject.toml @@ -30,7 +30,7 @@ isort = {cmd = "make isort", help = "Format with isort"} black = {cmd = "make black", help = "Format with black"} ruff = {cmd = "make ruff", help = "Lint with ruff"} mypy = {cmd = "make mypy", help = "Lint with mypy"} -image = {cmd = "make image", help = "Build docker image"} +image = {cmd = "make image", help = "Build Docker image"} up = {cmd = "make up", help = "Run Compose stack"} down = {cmd = "make down", help = "Stop Compose stack"} diff --git a/src/demo_dao/pyproject.toml b/src/demo_dao/pyproject.toml index da530ac10..f12498ce3 100644 --- a/src/demo_dao/pyproject.toml +++ b/src/demo_dao/pyproject.toml @@ -30,7 +30,7 @@ isort = {cmd = "make isort", help = "Format with isort"} black = {cmd = "make black", help = "Format with black"} ruff = {cmd = "make ruff", help = "Lint with ruff"} mypy = {cmd = "make mypy", help = "Lint with mypy"} -image = {cmd = "make image", help = "Build docker image"} +image = {cmd = "make image", help = "Build Docker image"} up = {cmd = "make up", help = "Run Compose stack"} down = {cmd = "make down", help = "Stop Compose stack"} diff --git a/src/demo_dex/pyproject.toml b/src/demo_dex/pyproject.toml index 4d1ad4b57..33195ea58 100644 --- a/src/demo_dex/pyproject.toml +++ b/src/demo_dex/pyproject.toml @@ -30,7 +30,7 @@ isort = {cmd = "make isort", help = "Format with isort"} black = {cmd = "make black", help = "Format with black"} ruff = {cmd = "make ruff", help = "Lint with ruff"} mypy = {cmd = "make mypy", help = "Lint with mypy"} -image = {cmd = "make image", help = "Build docker image"} +image = {cmd = "make image", help = "Build Docker image"} up = {cmd = "make up", help = "Run Compose stack"} down = {cmd = "make down", help = "Stop Compose stack"} diff --git a/src/demo_domains/pyproject.toml b/src/demo_domains/pyproject.toml index 99996d12f..e8cb7a60d 100644 --- a/src/demo_domains/pyproject.toml +++ b/src/demo_domains/pyproject.toml @@ -30,7 +30,7 @@ isort = {cmd = "make isort", help = "Format with isort"} black = {cmd = "make black", help = "Format with black"} ruff = {cmd = "make ruff", help = "Lint with ruff"} mypy = {cmd = "make mypy", help = "Lint with mypy"} -image = {cmd = "make image", help = "Build docker image"} +image = {cmd = "make image", help = "Build Docker image"} up = {cmd = "make up", help = "Run Compose stack"} down = {cmd = "make down", help = "Stop Compose stack"} diff --git a/src/demo_events/pyproject.toml b/src/demo_events/pyproject.toml index 40ea9cc28..8f7d00c9c 100644 --- a/src/demo_events/pyproject.toml +++ b/src/demo_events/pyproject.toml @@ -30,7 +30,7 @@ isort = {cmd = "make isort", help = "Format with isort"} black = {cmd = "make black", help = "Format with black"} ruff = {cmd = "make ruff", help = "Lint with ruff"} mypy = {cmd = "make mypy", help = "Lint with mypy"} -image = {cmd = "make image", help = "Build docker image"} +image = {cmd = "make image", help = "Build Docker image"} up = {cmd = "make up", help = "Run Compose stack"} down = {cmd = "make down", help = "Stop Compose stack"} diff --git a/src/demo_evm_events/pyproject.toml b/src/demo_evm_events/pyproject.toml index 59b2c4622..bd555499e 100644 --- a/src/demo_evm_events/pyproject.toml +++ b/src/demo_evm_events/pyproject.toml @@ -30,7 +30,7 @@ isort = {cmd = "make isort", help = "Format with isort"} black = {cmd = "make black", help = "Format with black"} ruff = {cmd = "make ruff", help = "Lint with ruff"} mypy = {cmd = "make mypy", help = "Lint with mypy"} -image = {cmd = "make image", help = "Build docker image"} +image = {cmd = "make image", help = "Build Docker image"} up = {cmd = "make up", help = "Run Compose stack"} down = {cmd = "make down", help = "Stop Compose stack"} diff --git a/src/demo_factories/pyproject.toml b/src/demo_factories/pyproject.toml index 2b2234675..997f0a71d 100644 --- a/src/demo_factories/pyproject.toml +++ b/src/demo_factories/pyproject.toml @@ -30,7 +30,7 @@ isort = {cmd = "make isort", help = "Format with isort"} black = {cmd = "make black", help = "Format with black"} ruff = {cmd = "make ruff", help = "Lint with ruff"} mypy = {cmd = "make mypy", help = "Lint with mypy"} -image = {cmd = "make image", help = "Build docker image"} +image = {cmd = "make image", help = "Build Docker image"} up = {cmd = "make up", help = "Run Compose stack"} down = {cmd = "make down", help = "Stop Compose stack"} diff --git a/src/demo_head/pyproject.toml b/src/demo_head/pyproject.toml index e77f07b0b..70251eb9e 100644 --- a/src/demo_head/pyproject.toml +++ b/src/demo_head/pyproject.toml @@ -30,7 +30,7 @@ isort = {cmd = "make isort", help = "Format with isort"} black = {cmd = "make black", help = "Format with black"} ruff = {cmd = "make ruff", help = "Lint with ruff"} mypy = {cmd = "make mypy", help = "Lint with mypy"} -image = {cmd = "make image", help = "Build docker image"} +image = {cmd = "make image", help = "Build Docker image"} up = {cmd = "make up", help = "Run Compose stack"} down = {cmd = "make down", help = "Stop Compose stack"} diff --git a/src/demo_nft_marketplace/pyproject.toml b/src/demo_nft_marketplace/pyproject.toml index a7b4e7488..6793b5e6a 100644 --- a/src/demo_nft_marketplace/pyproject.toml +++ b/src/demo_nft_marketplace/pyproject.toml @@ -30,7 +30,7 @@ isort = {cmd = "make isort", help = "Format with isort"} black = {cmd = "make black", help = "Format with black"} ruff = {cmd = "make ruff", help = "Lint with ruff"} mypy = {cmd = "make mypy", help = "Lint with mypy"} -image = {cmd = "make image", help = "Build docker image"} +image = {cmd = "make image", help = "Build Docker image"} up = {cmd = "make up", help = "Run Compose stack"} down = {cmd = "make down", help = "Stop Compose stack"} diff --git a/src/demo_raw/pyproject.toml b/src/demo_raw/pyproject.toml index 121ac1748..b6bacc290 100644 --- a/src/demo_raw/pyproject.toml +++ b/src/demo_raw/pyproject.toml @@ -30,7 +30,7 @@ isort = {cmd = "make isort", help = "Format with isort"} black = {cmd = "make black", help = "Format with black"} ruff = {cmd = "make ruff", help = "Lint with ruff"} mypy = {cmd = "make mypy", help = "Lint with mypy"} -image = {cmd = "make image", help = "Build docker image"} +image = {cmd = "make image", help = "Build Docker image"} up = {cmd = "make up", help = "Run Compose stack"} down = {cmd = "make down", help = "Stop Compose stack"} diff --git a/src/demo_token/pyproject.toml b/src/demo_token/pyproject.toml index 64d73dbdb..c62182e7c 100644 --- a/src/demo_token/pyproject.toml +++ b/src/demo_token/pyproject.toml @@ -30,7 +30,7 @@ isort = {cmd = "make isort", help = "Format with isort"} black = {cmd = "make black", help = "Format with black"} ruff = {cmd = "make ruff", help = "Lint with ruff"} mypy = {cmd = "make mypy", help = "Lint with mypy"} -image = {cmd = "make image", help = "Build docker image"} +image = {cmd = "make image", help = "Build Docker image"} up = {cmd = "make up", help = "Run Compose stack"} down = {cmd = "make down", help = "Stop Compose stack"} diff --git a/src/demo_token_balances/pyproject.toml b/src/demo_token_balances/pyproject.toml index e8611cd77..0b92db925 100644 --- a/src/demo_token_balances/pyproject.toml +++ b/src/demo_token_balances/pyproject.toml @@ -30,7 +30,7 @@ isort = {cmd = "make isort", help = "Format with isort"} black = {cmd = "make black", help = "Format with black"} ruff = {cmd = "make ruff", help = "Lint with ruff"} mypy = {cmd = "make mypy", help = "Lint with mypy"} -image = {cmd = "make image", help = "Build docker image"} +image = {cmd = "make image", help = "Build Docker image"} up = {cmd = "make up", help = "Run Compose stack"} down = {cmd = "make down", help = "Stop Compose stack"} diff --git a/src/demo_token_transfers/pyproject.toml b/src/demo_token_transfers/pyproject.toml index 92d843a21..4b197015d 100644 --- a/src/demo_token_transfers/pyproject.toml +++ b/src/demo_token_transfers/pyproject.toml @@ -30,7 +30,7 @@ isort = {cmd = "make isort", help = "Format with isort"} black = {cmd = "make black", help = "Format with black"} ruff = {cmd = "make ruff", help = "Lint with ruff"} mypy = {cmd = "make mypy", help = "Lint with mypy"} -image = {cmd = "make image", help = "Build docker image"} +image = {cmd = "make image", help = "Build Docker image"} up = {cmd = "make up", help = "Run Compose stack"} down = {cmd = "make down", help = "Stop Compose stack"} diff --git a/src/demo_uniswap/pyproject.toml b/src/demo_uniswap/pyproject.toml index 3d52e49d9..75eb10ea7 100644 --- a/src/demo_uniswap/pyproject.toml +++ b/src/demo_uniswap/pyproject.toml @@ -30,7 +30,7 @@ isort = {cmd = "make isort", help = "Format with isort"} black = {cmd = "make black", help = "Format with black"} ruff = {cmd = "make ruff", help = "Lint with ruff"} mypy = {cmd = "make mypy", help = "Lint with mypy"} -image = {cmd = "make image", help = "Build docker image"} +image = {cmd = "make image", help = "Build Docker image"} up = {cmd = "make up", help = "Run Compose stack"} down = {cmd = "make down", help = "Stop Compose stack"} diff --git a/src/dipdup/projects/base/pyproject.toml.j2 b/src/dipdup/projects/base/pyproject.toml.j2 index c8d8c8046..1b070c007 100644 --- a/src/dipdup/projects/base/pyproject.toml.j2 +++ b/src/dipdup/projects/base/pyproject.toml.j2 @@ -45,7 +45,7 @@ isort = {cmd = "make isort", help = "Format with isort"} black = {cmd = "make black", help = "Format with black"} ruff = {cmd = "make ruff", help = "Lint with ruff"} mypy = {cmd = "make mypy", help = "Lint with mypy"} -image = {cmd = "make image", help = "Build docker image"} +image = {cmd = "make image", help = "Build Docker image"} up = {cmd = "make up", help = "Run Compose stack"} down = {cmd = "make down", help = "Stop Compose stack"} {% elif project.package_manager == 'poetry' %}