Skip to content

Commit

Permalink
[WIP]
Browse files Browse the repository at this point in the history
  • Loading branch information
Neal Chambers authored and macanudo527 committed May 9, 2024
1 parent 176a314 commit 19047f5
Show file tree
Hide file tree
Showing 14 changed files with 2,612 additions and 2,036 deletions.
18 changes: 17 additions & 1 deletion mypy.ini
Original file line number Diff line number Diff line change
Expand Up @@ -58,6 +58,10 @@ disallow_any_expr = False
disallow_any_explicit = False
disallow_any_expr = False

[mypy-dali.abstract_ccxt_pair_converter_plugin]
disallow_any_explicit = False
disallow_any_expr = False

[mypy-dali.abstract_pair_converter_plugin]
disallow_any_explicit = False
disallow_any_expr = False
Expand Down Expand Up @@ -94,6 +98,14 @@ disallow_any_explicit = False
disallow_any_expr = False
disallow_any_explicit = False

[mypy-dali.plugin.pair_converter.ccxt_exchangerate_host]
disallow_any_expr = False
disallow_any_explicit = False

[mypy-dali.plugin.pair_converter.ccxt_fiat_from_csv]
disallow_any_expr = False
disallow_any_explicit = False

[mypy-dali.plugin.pair_converter.csv.kraken]
disallow_any_expr = False
disallow_any_explicit = False
Expand Down Expand Up @@ -176,11 +188,15 @@ disallow_any_expr = False
disallow_any_explicit = False
disallow_any_expr = False

[mypy-test_plugin_ccxt]
[mypy-test_plugin_ccxt_exchangerate_host]
disallow_any_explicit = False
disallow_any_expr = False
disallow_any_decorated = False

[mypy-test_plugin_ccxt_fiat_from_csv]
disallow_any_explicit = False
disallow_any_expr = False

[mypy-test_mapped_graph]
disallow_any_explicit = False
disallow_any_expr = False

0 comments on commit 19047f5

Please sign in to comment.