Skip to content

Commit

Permalink
remove web3_codegen from Makefile
Browse files Browse the repository at this point in the history
  • Loading branch information
ribeirojose committed Apr 29, 2024
1 parent c87c4bb commit 91b391c
Showing 1 changed file with 2 additions and 5 deletions.
7 changes: 2 additions & 5 deletions Makefile
Original file line number Diff line number Diff line change
@@ -1,9 +1,6 @@
.PHONY: codegen web3_codegen orderbook_codegen subgraph_codegen test lint format remove_unused_imports
.PHONY: codegen test lint format remove_unused_imports

codegen: web3_codegen orderbook_codegen subgraph_codegen

# web3_codegen:
# poetry run web3_codegen
codegen: orderbook_codegen subgraph_codegen

orderbook_codegen:
poetry run datamodel-codegen --url="https://raw.githubusercontent.com/cowprotocol/services/v2.245.1/crates/orderbook/openapi.yml" --output cow_py/order_book/generated/model.py --target-python-version 3.12 --output-model-type pydantic_v2.BaseModel --input-file-type openapi
Expand Down

0 comments on commit 91b391c

Please sign in to comment.