mirror of
https://github.com/davidhalter/django-stubs.git
synced 2025-12-14 07:47:09 +08:00
run black over stubs, add checking to travis
This commit is contained in:
@@ -4,7 +4,6 @@ from django.core.management.base import BaseCommand, CommandParser
|
||||
from django.db.migrations.loader import MigrationLoader
|
||||
from django.db.migrations.migration import Migration
|
||||
|
||||
|
||||
class Command(BaseCommand):
|
||||
stderr: django.core.management.base.OutputWrapper
|
||||
stdout: django.core.management.base.OutputWrapper
|
||||
@@ -18,9 +17,5 @@ class Command(BaseCommand):
|
||||
empty: bool = ...
|
||||
migration_name: None = ...
|
||||
def handle(self, *app_labels: Any, **options: Any): ...
|
||||
def write_migration_files(
|
||||
self, changes: Dict[str, List[Migration]]
|
||||
) -> None: ...
|
||||
def handle_merge(
|
||||
self, loader: MigrationLoader, conflicts: Dict[str, Set[str]]
|
||||
) -> None: ...
|
||||
def write_migration_files(self, changes: Dict[str, List[Migration]]) -> None: ...
|
||||
def handle_merge(self, loader: MigrationLoader, conflicts: Dict[str, Set[str]]) -> None: ...
|
||||
|
||||
Reference in New Issue
Block a user