run black over stubs, add checking to travis

This commit is contained in:
Maxim Kurnikov
2018-12-03 18:52:44 +03:00
parent d5bc7d4ab2
commit cf6119bf9b
420 changed files with 2295 additions and 8384 deletions
@@ -2,12 +2,7 @@
#
# NOTE: This dynamically typed stub was automatically generated by stubgen.
from .fields import (
AddField as AddField,
AlterField as AlterField,
RemoveField as RemoveField,
RenameField as RenameField,
)
from .fields import AddField as AddField, AlterField as AlterField, RemoveField as RemoveField, RenameField as RenameField
from .models import (
AddIndex as AddIndex,
AlterIndexTogether as AlterIndexTogether,
@@ -21,11 +16,7 @@ from .models import (
RemoveIndex as RemoveIndex,
RenameModel as RenameModel,
)
from .special import (
RunPython as RunPython,
RunSQL as RunSQL,
SeparateDatabaseAndState as SeparateDatabaseAndState,
)
from .special import RunPython as RunPython, RunSQL as RunSQL, SeparateDatabaseAndState as SeparateDatabaseAndState
from .fields import AddField, AlterField, RemoveField, RenameField
from .models import (
AddIndex,