Bump versions in pre-commit config
This commit is contained in:
@@ -7,6 +7,7 @@ from typing import Any, Dict, List, Optional, Union
|
||||
|
||||
import arrow
|
||||
import treq
|
||||
|
||||
# Project imports
|
||||
import util
|
||||
from twisted.internet.defer import inlineCallbacks
|
||||
@@ -675,7 +676,6 @@ class AgoraDesk:
|
||||
amount: Optional[float] = None,
|
||||
page: Optional[int] = None,
|
||||
) -> Dict[str, Any]:
|
||||
|
||||
# pylint: disable=too-many-arguments
|
||||
|
||||
add_to_api_method = ""
|
||||
|
||||
@@ -13,6 +13,7 @@ from urllib.parse import urlparse
|
||||
import arrow
|
||||
import requests
|
||||
import treq
|
||||
|
||||
# Project imports
|
||||
import util
|
||||
from twisted.internet.defer import inlineCallbacks
|
||||
@@ -725,7 +726,6 @@ class LocalBitcoins:
|
||||
amount: Optional[float] = None,
|
||||
page: Optional[int] = None,
|
||||
) -> Dict[str, Any]:
|
||||
|
||||
# pylint: disable=too-many-arguments
|
||||
|
||||
add_to_api_method = ""
|
||||
|
||||
@@ -3,6 +3,7 @@ import logging
|
||||
from json import dumps
|
||||
|
||||
import logstash
|
||||
|
||||
# Project imports
|
||||
from settings import settings
|
||||
|
||||
|
||||
@@ -3,6 +3,7 @@ from json import loads
|
||||
|
||||
import db
|
||||
import util
|
||||
|
||||
# Project imports
|
||||
from settings import settings
|
||||
|
||||
|
||||
@@ -7,8 +7,10 @@ import util
|
||||
from forex_python.converter import CurrencyRates
|
||||
from lib.logstash import send_logstash
|
||||
from opensearchpy import OpenSearch
|
||||
|
||||
# Other library imports
|
||||
from pycoingecko import CoinGeckoAPI
|
||||
|
||||
# Project imports
|
||||
from settings import settings
|
||||
from twisted.internet.defer import inlineCallbacks
|
||||
|
||||
@@ -6,6 +6,7 @@ from string import ascii_uppercase
|
||||
|
||||
import db
|
||||
import util
|
||||
|
||||
# Project imports
|
||||
from settings import settings
|
||||
from twisted.internet.defer import inlineCallbacks
|
||||
|
||||
Reference in New Issue
Block a user