Edit .pylintrc with new rules.

This commit is contained in:
Davide Casale
2023-03-08 16:50:16 +01:00
parent 894391256d
commit 0ee8a8ab29
6 changed files with 13 additions and 9 deletions

View File

@@ -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

View File

@@ -1,5 +1,3 @@
#pylint: disable=redefined-builtin
from typing import TypedDict, Dict, List, Union, Literal, Optional, Any
from decimal import Decimal

View File

@@ -1,5 +1,3 @@
#pylint: disable=redefined-builtin
from typing import List, Union, Literal, Optional, Any, cast
from decimal import Decimal