mirror of
https://github.com/aljazceru/bitfinex-api-py.git
synced 2025-12-19 14:54:21 +01:00
Edit .pylintrc with new rules.
This commit is contained in:
@@ -1,5 +1,3 @@
|
||||
#pylint: disable=redefined-builtin
|
||||
|
||||
from typing import Dict, List, Tuple, Union, Literal, Optional
|
||||
from decimal import Decimal
|
||||
from datetime import datetime
|
||||
|
||||
@@ -1,5 +1,3 @@
|
||||
#pylint: disable=redefined-builtin
|
||||
|
||||
from typing import TypedDict, Dict, List, Union, Literal, Optional, Any
|
||||
|
||||
from decimal import Decimal
|
||||
|
||||
@@ -1,5 +1,3 @@
|
||||
#pylint: disable=redefined-builtin
|
||||
|
||||
from typing import List, Union, Literal, Optional, Any, cast
|
||||
|
||||
from decimal import Decimal
|
||||
|
||||
Reference in New Issue
Block a user