Skip to content

Commit

Permalink
[WIP]
Browse files Browse the repository at this point in the history
  • Loading branch information
Neal Chambers committed May 13, 2024
1 parent 176a314 commit ba6864a
Show file tree
Hide file tree
Showing 15 changed files with 2,768 additions and 2,046 deletions.
21 changes: 21 additions & 0 deletions 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 @@ -181,6 +193,15 @@ disallow_any_explicit = False
disallow_any_expr = False
disallow_any_decorated = False

[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 ba6864a

Please sign in to comment.