mirror of
https://github.com/davidhalter/django-stubs.git
synced 2025-12-11 06:21:58 +08:00
run black over stubs, add checking to travis
This commit is contained in:
@@ -3,17 +3,8 @@ from typing import Any, List, Optional
|
||||
from django.core.management.color import Style
|
||||
from django.db.backends.sqlite3.base import DatabaseWrapper
|
||||
|
||||
|
||||
def sql_flush(
|
||||
style: Style,
|
||||
connection: DatabaseWrapper,
|
||||
only_django: bool = ...,
|
||||
reset_sequences: bool = ...,
|
||||
allow_cascade: bool = ...,
|
||||
style: Style, connection: DatabaseWrapper, only_django: bool = ..., reset_sequences: bool = ..., allow_cascade: bool = ...
|
||||
) -> List[str]: ...
|
||||
def emit_pre_migrate_signal(
|
||||
verbosity: int, interactive: bool, db: str, **kwargs: Any
|
||||
) -> None: ...
|
||||
def emit_post_migrate_signal(
|
||||
verbosity: int, interactive: bool, db: str, **kwargs: Any
|
||||
) -> None: ...
|
||||
def emit_pre_migrate_signal(verbosity: int, interactive: bool, db: str, **kwargs: Any) -> None: ...
|
||||
def emit_post_migrate_signal(verbosity: int, interactive: bool, db: str, **kwargs: Any) -> None: ...
|
||||
|
||||
Reference in New Issue
Block a user