Skip to content

Commit

Permalink
typo
Browse files Browse the repository at this point in the history
  • Loading branch information
droserasprout committed Nov 14, 2023
1 parent 681174c commit 601e600
Show file tree
Hide file tree
Showing 17 changed files with 17 additions and 17 deletions.
2 changes: 1 addition & 1 deletion src/demo_auction/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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"}

Expand Down
2 changes: 1 addition & 1 deletion src/demo_big_maps/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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"}

Expand Down
2 changes: 1 addition & 1 deletion src/demo_blank/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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"}

Expand Down
2 changes: 1 addition & 1 deletion src/demo_dao/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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"}

Expand Down
2 changes: 1 addition & 1 deletion src/demo_dex/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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"}

Expand Down
2 changes: 1 addition & 1 deletion src/demo_domains/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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"}

Expand Down
2 changes: 1 addition & 1 deletion src/demo_events/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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"}

Expand Down
2 changes: 1 addition & 1 deletion src/demo_evm_events/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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"}

Expand Down
2 changes: 1 addition & 1 deletion src/demo_factories/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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"}

Expand Down
2 changes: 1 addition & 1 deletion src/demo_head/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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"}

Expand Down
2 changes: 1 addition & 1 deletion src/demo_nft_marketplace/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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"}

Expand Down
2 changes: 1 addition & 1 deletion src/demo_raw/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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"}

Expand Down
2 changes: 1 addition & 1 deletion src/demo_token/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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"}

Expand Down
2 changes: 1 addition & 1 deletion src/demo_token_balances/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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"}

Expand Down
2 changes: 1 addition & 1 deletion src/demo_token_transfers/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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"}

Expand Down
2 changes: 1 addition & 1 deletion src/demo_uniswap/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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"}

Expand Down
2 changes: 1 addition & 1 deletion src/dipdup/projects/base/pyproject.toml.j2
Original file line number Diff line number Diff line change
Expand Up @@ -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' %}
Expand Down

0 comments on commit 601e600

Please sign in to comment.