From 8771063a051b050707abe0cee11721bd6df91b38 Mon Sep 17 00:00:00 2001 From: Lev Gorodetskiy Date: Tue, 13 Aug 2024 13:47:21 -0300 Subject: [PATCH] Typo --- src/demo_blank/pyproject.toml | 3 ++- src/demo_evm_events/pyproject.toml | 3 ++- src/demo_evm_transactions/pyproject.toml | 3 ++- src/demo_evm_uniswap/pyproject.toml | 3 ++- src/demo_starknet_events/pyproject.toml | 3 ++- src/demo_tezos_auction/pyproject.toml | 3 ++- src/demo_tezos_big_maps/pyproject.toml | 3 ++- src/demo_tezos_dao/pyproject.toml | 3 ++- src/demo_tezos_dex/pyproject.toml | 3 ++- src/demo_tezos_domains/pyproject.toml | 3 ++- src/demo_tezos_events/pyproject.toml | 3 ++- src/demo_tezos_factories/pyproject.toml | 3 ++- src/demo_tezos_head/pyproject.toml | 3 ++- src/demo_tezos_nft_marketplace/pyproject.toml | 3 ++- src/demo_tezos_raw/pyproject.toml | 3 ++- src/demo_tezos_token/pyproject.toml | 3 ++- src/demo_tezos_token_balances/pyproject.toml | 3 ++- src/demo_tezos_token_transfers/pyproject.toml | 3 ++- src/dipdup/projects/base/pyproject.toml.j2 | 3 ++- 19 files changed, 38 insertions(+), 19 deletions(-) diff --git a/src/demo_blank/pyproject.toml b/src/demo_blank/pyproject.toml index 044436f64..e11bcf576 100644 --- a/src/demo_blank/pyproject.toml +++ b/src/demo_blank/pyproject.toml @@ -24,6 +24,7 @@ dev = [ line-length = 120 target-version = ['py312'] skip-string-normalization = true +extend-exclude = "demo_blank" [tool.ruff] line-length = 120 @@ -41,7 +42,7 @@ strict = false exclude = "demo_blank" [tool.mypy-ruamel.yaml] -ignore-missing-imports = true +ignore_missing_imports = true [build-system] requires = ["pdm-backend"] diff --git a/src/demo_evm_events/pyproject.toml b/src/demo_evm_events/pyproject.toml index e1c1c4039..e3fd2f34c 100644 --- a/src/demo_evm_events/pyproject.toml +++ b/src/demo_evm_events/pyproject.toml @@ -24,6 +24,7 @@ dev = [ line-length = 120 target-version = ['py312'] skip-string-normalization = true +extend-exclude = "demo_evm_events" [tool.ruff] line-length = 120 @@ -41,7 +42,7 @@ strict = false exclude = "demo_evm_events" [tool.mypy-ruamel.yaml] -ignore-missing-imports = true +ignore_missing_imports = true [build-system] requires = ["pdm-backend"] diff --git a/src/demo_evm_transactions/pyproject.toml b/src/demo_evm_transactions/pyproject.toml index 72630926f..b491c49f8 100644 --- a/src/demo_evm_transactions/pyproject.toml +++ b/src/demo_evm_transactions/pyproject.toml @@ -24,6 +24,7 @@ dev = [ line-length = 120 target-version = ['py312'] skip-string-normalization = true +extend-exclude = "demo_evm_transactions" [tool.ruff] line-length = 120 @@ -41,7 +42,7 @@ strict = false exclude = "demo_evm_transactions" [tool.mypy-ruamel.yaml] -ignore-missing-imports = true +ignore_missing_imports = true [build-system] requires = ["pdm-backend"] diff --git a/src/demo_evm_uniswap/pyproject.toml b/src/demo_evm_uniswap/pyproject.toml index 0ba5de6db..3ff0e6213 100644 --- a/src/demo_evm_uniswap/pyproject.toml +++ b/src/demo_evm_uniswap/pyproject.toml @@ -24,6 +24,7 @@ dev = [ line-length = 120 target-version = ['py312'] skip-string-normalization = true +extend-exclude = "demo_evm_uniswap" [tool.ruff] line-length = 120 @@ -41,7 +42,7 @@ strict = false exclude = "demo_evm_uniswap" [tool.mypy-ruamel.yaml] -ignore-missing-imports = true +ignore_missing_imports = true [build-system] requires = ["pdm-backend"] diff --git a/src/demo_starknet_events/pyproject.toml b/src/demo_starknet_events/pyproject.toml index cac11dc4f..dd7cc33e3 100644 --- a/src/demo_starknet_events/pyproject.toml +++ b/src/demo_starknet_events/pyproject.toml @@ -24,6 +24,7 @@ dev = [ line-length = 120 target-version = ['py312'] skip-string-normalization = true +extend-exclude = "demo_starknet_events" [tool.ruff] line-length = 120 @@ -41,7 +42,7 @@ strict = false exclude = "demo_starknet_events" [tool.mypy-ruamel.yaml] -ignore-missing-imports = true +ignore_missing_imports = true [build-system] requires = ["pdm-backend"] diff --git a/src/demo_tezos_auction/pyproject.toml b/src/demo_tezos_auction/pyproject.toml index 5f4c29798..6242c88d3 100644 --- a/src/demo_tezos_auction/pyproject.toml +++ b/src/demo_tezos_auction/pyproject.toml @@ -24,6 +24,7 @@ dev = [ line-length = 120 target-version = ['py312'] skip-string-normalization = true +extend-exclude = "demo_tezos_auction" [tool.ruff] line-length = 120 @@ -41,7 +42,7 @@ strict = false exclude = "demo_tezos_auction" [tool.mypy-ruamel.yaml] -ignore-missing-imports = true +ignore_missing_imports = true [build-system] requires = ["pdm-backend"] diff --git a/src/demo_tezos_big_maps/pyproject.toml b/src/demo_tezos_big_maps/pyproject.toml index 20002f4cc..429e28897 100644 --- a/src/demo_tezos_big_maps/pyproject.toml +++ b/src/demo_tezos_big_maps/pyproject.toml @@ -24,6 +24,7 @@ dev = [ line-length = 120 target-version = ['py312'] skip-string-normalization = true +extend-exclude = "demo_tezos_big_maps" [tool.ruff] line-length = 120 @@ -41,7 +42,7 @@ strict = false exclude = "demo_tezos_big_maps" [tool.mypy-ruamel.yaml] -ignore-missing-imports = true +ignore_missing_imports = true [build-system] requires = ["pdm-backend"] diff --git a/src/demo_tezos_dao/pyproject.toml b/src/demo_tezos_dao/pyproject.toml index a39cf8c1b..2feeea351 100644 --- a/src/demo_tezos_dao/pyproject.toml +++ b/src/demo_tezos_dao/pyproject.toml @@ -24,6 +24,7 @@ dev = [ line-length = 120 target-version = ['py312'] skip-string-normalization = true +extend-exclude = "demo_tezos_dao" [tool.ruff] line-length = 120 @@ -41,7 +42,7 @@ strict = false exclude = "demo_tezos_dao" [tool.mypy-ruamel.yaml] -ignore-missing-imports = true +ignore_missing_imports = true [build-system] requires = ["pdm-backend"] diff --git a/src/demo_tezos_dex/pyproject.toml b/src/demo_tezos_dex/pyproject.toml index aa1c646b7..0d6a353eb 100644 --- a/src/demo_tezos_dex/pyproject.toml +++ b/src/demo_tezos_dex/pyproject.toml @@ -24,6 +24,7 @@ dev = [ line-length = 120 target-version = ['py312'] skip-string-normalization = true +extend-exclude = "demo_tezos_dex" [tool.ruff] line-length = 120 @@ -41,7 +42,7 @@ strict = false exclude = "demo_tezos_dex" [tool.mypy-ruamel.yaml] -ignore-missing-imports = true +ignore_missing_imports = true [build-system] requires = ["pdm-backend"] diff --git a/src/demo_tezos_domains/pyproject.toml b/src/demo_tezos_domains/pyproject.toml index f6b53c560..b8a640528 100644 --- a/src/demo_tezos_domains/pyproject.toml +++ b/src/demo_tezos_domains/pyproject.toml @@ -24,6 +24,7 @@ dev = [ line-length = 120 target-version = ['py312'] skip-string-normalization = true +extend-exclude = "demo_tezos_domains" [tool.ruff] line-length = 120 @@ -41,7 +42,7 @@ strict = false exclude = "demo_tezos_domains" [tool.mypy-ruamel.yaml] -ignore-missing-imports = true +ignore_missing_imports = true [build-system] requires = ["pdm-backend"] diff --git a/src/demo_tezos_events/pyproject.toml b/src/demo_tezos_events/pyproject.toml index 68e8c47c5..e630ed117 100644 --- a/src/demo_tezos_events/pyproject.toml +++ b/src/demo_tezos_events/pyproject.toml @@ -24,6 +24,7 @@ dev = [ line-length = 120 target-version = ['py312'] skip-string-normalization = true +extend-exclude = "demo_tezos_events" [tool.ruff] line-length = 120 @@ -41,7 +42,7 @@ strict = false exclude = "demo_tezos_events" [tool.mypy-ruamel.yaml] -ignore-missing-imports = true +ignore_missing_imports = true [build-system] requires = ["pdm-backend"] diff --git a/src/demo_tezos_factories/pyproject.toml b/src/demo_tezos_factories/pyproject.toml index 3344caf30..13937a57b 100644 --- a/src/demo_tezos_factories/pyproject.toml +++ b/src/demo_tezos_factories/pyproject.toml @@ -24,6 +24,7 @@ dev = [ line-length = 120 target-version = ['py312'] skip-string-normalization = true +extend-exclude = "demo_tezos_factories" [tool.ruff] line-length = 120 @@ -41,7 +42,7 @@ strict = false exclude = "demo_tezos_factories" [tool.mypy-ruamel.yaml] -ignore-missing-imports = true +ignore_missing_imports = true [build-system] requires = ["pdm-backend"] diff --git a/src/demo_tezos_head/pyproject.toml b/src/demo_tezos_head/pyproject.toml index d638a254a..fe4fb0cfd 100644 --- a/src/demo_tezos_head/pyproject.toml +++ b/src/demo_tezos_head/pyproject.toml @@ -24,6 +24,7 @@ dev = [ line-length = 120 target-version = ['py312'] skip-string-normalization = true +extend-exclude = "demo_tezos_head" [tool.ruff] line-length = 120 @@ -41,7 +42,7 @@ strict = false exclude = "demo_tezos_head" [tool.mypy-ruamel.yaml] -ignore-missing-imports = true +ignore_missing_imports = true [build-system] requires = ["pdm-backend"] diff --git a/src/demo_tezos_nft_marketplace/pyproject.toml b/src/demo_tezos_nft_marketplace/pyproject.toml index a454ebfa0..2cd9a3a02 100644 --- a/src/demo_tezos_nft_marketplace/pyproject.toml +++ b/src/demo_tezos_nft_marketplace/pyproject.toml @@ -24,6 +24,7 @@ dev = [ line-length = 120 target-version = ['py312'] skip-string-normalization = true +extend-exclude = "demo_tezos_nft_marketplace" [tool.ruff] line-length = 120 @@ -41,7 +42,7 @@ strict = false exclude = "demo_tezos_nft_marketplace" [tool.mypy-ruamel.yaml] -ignore-missing-imports = true +ignore_missing_imports = true [build-system] requires = ["pdm-backend"] diff --git a/src/demo_tezos_raw/pyproject.toml b/src/demo_tezos_raw/pyproject.toml index 49db3bce4..f7784eb83 100644 --- a/src/demo_tezos_raw/pyproject.toml +++ b/src/demo_tezos_raw/pyproject.toml @@ -24,6 +24,7 @@ dev = [ line-length = 120 target-version = ['py312'] skip-string-normalization = true +extend-exclude = "demo_tezos_raw" [tool.ruff] line-length = 120 @@ -41,7 +42,7 @@ strict = false exclude = "demo_tezos_raw" [tool.mypy-ruamel.yaml] -ignore-missing-imports = true +ignore_missing_imports = true [build-system] requires = ["pdm-backend"] diff --git a/src/demo_tezos_token/pyproject.toml b/src/demo_tezos_token/pyproject.toml index a0335127d..dc9370b91 100644 --- a/src/demo_tezos_token/pyproject.toml +++ b/src/demo_tezos_token/pyproject.toml @@ -24,6 +24,7 @@ dev = [ line-length = 120 target-version = ['py312'] skip-string-normalization = true +extend-exclude = "demo_tezos_token" [tool.ruff] line-length = 120 @@ -41,7 +42,7 @@ strict = false exclude = "demo_tezos_token" [tool.mypy-ruamel.yaml] -ignore-missing-imports = true +ignore_missing_imports = true [build-system] requires = ["pdm-backend"] diff --git a/src/demo_tezos_token_balances/pyproject.toml b/src/demo_tezos_token_balances/pyproject.toml index 81eaa14f2..a7ac03574 100644 --- a/src/demo_tezos_token_balances/pyproject.toml +++ b/src/demo_tezos_token_balances/pyproject.toml @@ -24,6 +24,7 @@ dev = [ line-length = 120 target-version = ['py312'] skip-string-normalization = true +extend-exclude = "demo_tezos_token_balances" [tool.ruff] line-length = 120 @@ -41,7 +42,7 @@ strict = false exclude = "demo_tezos_token_balances" [tool.mypy-ruamel.yaml] -ignore-missing-imports = true +ignore_missing_imports = true [build-system] requires = ["pdm-backend"] diff --git a/src/demo_tezos_token_transfers/pyproject.toml b/src/demo_tezos_token_transfers/pyproject.toml index 033472526..8c9f61ce1 100644 --- a/src/demo_tezos_token_transfers/pyproject.toml +++ b/src/demo_tezos_token_transfers/pyproject.toml @@ -24,6 +24,7 @@ dev = [ line-length = 120 target-version = ['py312'] skip-string-normalization = true +extend-exclude = "demo_tezos_token_transfers" [tool.ruff] line-length = 120 @@ -41,7 +42,7 @@ strict = false exclude = "demo_tezos_token_transfers" [tool.mypy-ruamel.yaml] -ignore-missing-imports = true +ignore_missing_imports = true [build-system] requires = ["pdm-backend"] diff --git a/src/dipdup/projects/base/pyproject.toml.j2 b/src/dipdup/projects/base/pyproject.toml.j2 index de2d7f496..c2c5fbda2 100644 --- a/src/dipdup/projects/base/pyproject.toml.j2 +++ b/src/dipdup/projects/base/pyproject.toml.j2 @@ -58,6 +58,7 @@ mypy = "*" line-length = {{ project.line_length }} target-version = ['py312'] skip-string-normalization = true +extend-exclude = "{{ project.package }}" [tool.ruff] line-length = {{ project.line_length }} @@ -75,7 +76,7 @@ strict = false exclude = "{{ project.package }}" [tool.mypy-ruamel.yaml] -ignore-missing-imports = true +ignore_missing_imports = true {% if project.package_manager == 'pdm' -%} [build-system]