goincrypto/cryptocom-exchange

View on GitHub
src/cryptocom/exchange/pairs.py

Summary

Maintainability
C
7 hrs
Test Coverage
A
100%

File pairs.py has 498 lines of code (exceeds 250 allowed). Consider refactoring.
Open

from .structs import Pair

AAVE_BTC = Pair("AAVE_BTC", price_precision=7, quantity_precision=3)
AAVE_USD = Pair("AAVE_USD", price_precision=3, quantity_precision=3)
AAVE_USDT = Pair("AAVE_USDT", price_precision=3, quantity_precision=3)
Severity: Minor
Found in src/cryptocom/exchange/pairs.py - About 7 hrs to fix

    There are no issues that match your filters.

    Category
    Status