Skip to content

Commit

Permalink
Typo
Browse files Browse the repository at this point in the history
  • Loading branch information
droserasprout committed Aug 13, 2024
1 parent 5db600d commit 8771063
Show file tree
Hide file tree
Showing 19 changed files with 38 additions and 19 deletions.
3 changes: 2 additions & 1 deletion src/demo_blank/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,7 @@ dev = [
line-length = 120
target-version = ['py312']
skip-string-normalization = true
extend-exclude = "demo_blank"

[tool.ruff]
line-length = 120
Expand All @@ -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"]
Expand Down
3 changes: 2 additions & 1 deletion src/demo_evm_events/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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"]
Expand Down
3 changes: 2 additions & 1 deletion src/demo_evm_transactions/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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"]
Expand Down
3 changes: 2 additions & 1 deletion src/demo_evm_uniswap/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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"]
Expand Down
3 changes: 2 additions & 1 deletion src/demo_starknet_events/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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"]
Expand Down
3 changes: 2 additions & 1 deletion src/demo_tezos_auction/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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"]
Expand Down
3 changes: 2 additions & 1 deletion src/demo_tezos_big_maps/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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"]
Expand Down
3 changes: 2 additions & 1 deletion src/demo_tezos_dao/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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"]
Expand Down
3 changes: 2 additions & 1 deletion src/demo_tezos_dex/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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"]
Expand Down
3 changes: 2 additions & 1 deletion src/demo_tezos_domains/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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"]
Expand Down
3 changes: 2 additions & 1 deletion src/demo_tezos_events/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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"]
Expand Down
3 changes: 2 additions & 1 deletion src/demo_tezos_factories/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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"]
Expand Down
3 changes: 2 additions & 1 deletion src/demo_tezos_head/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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"]
Expand Down
3 changes: 2 additions & 1 deletion src/demo_tezos_nft_marketplace/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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"]
Expand Down
3 changes: 2 additions & 1 deletion src/demo_tezos_raw/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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"]
Expand Down
3 changes: 2 additions & 1 deletion src/demo_tezos_token/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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"]
Expand Down
3 changes: 2 additions & 1 deletion src/demo_tezos_token_balances/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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"]
Expand Down
3 changes: 2 additions & 1 deletion src/demo_tezos_token_transfers/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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"]
Expand Down
3 changes: 2 additions & 1 deletion src/dipdup/projects/base/pyproject.toml.j2
Original file line number Diff line number Diff line change
Expand Up @@ -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 }}
Expand All @@ -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]
Expand Down

0 comments on commit 8771063

Please sign in to comment.