mirror of
https://github.com/davidhalter/django-stubs.git
synced 2025-12-23 20:31:32 +08:00
Update typecheck_tests to django 2.2 branch, remove unused ignores (#98)
* update typecheck_tests to django 2.2 branch, remove unused ignores * lint fixes
This commit is contained in:
@@ -48,7 +48,7 @@ def last(value: List[str]) -> str: ...
|
||||
def length(value: Any) -> int: ...
|
||||
def length_is(value: Optional[Any], arg: Union[SafeText, int]) -> Union[bool, str]: ...
|
||||
def random(value: List[str]) -> str: ...
|
||||
def slice_filter(value: Any, arg: str) -> Any: ...
|
||||
def slice_filter(value: Any, arg: Union[str, int]) -> Any: ...
|
||||
def unordered_list(value: Any, autoescape: bool = ...) -> Any: ...
|
||||
def add(value: Any, arg: Any) -> Any: ...
|
||||
def get_digit(value: Any, arg: int) -> Any: ...
|
||||
|
||||
Reference in New Issue
Block a user