mirror of
https://github.com/davidhalter/django-stubs.git
synced 2026-09-04 13:57:02 +08:00
run black over stubs, add checking to travis
This commit is contained in:
@@ -2,10 +2,5 @@ from typing import Any, List, Optional
|
||||
|
||||
from django.core.checks.messages import Warning
|
||||
|
||||
|
||||
def check_all_models(
|
||||
app_configs: None = ..., **kwargs: Any
|
||||
) -> List[Warning]: ...
|
||||
def check_lazy_references(
|
||||
app_configs: None = ..., **kwargs: Any
|
||||
) -> List[Any]: ...
|
||||
def check_all_models(app_configs: None = ..., **kwargs: Any) -> List[Warning]: ...
|
||||
def check_lazy_references(app_configs: None = ..., **kwargs: Any) -> List[Any]: ...
|
||||
|
||||
Reference in New Issue
Block a user