Better linting config (#664)

* Better linting config

* Applies isort on django-stubs, only style changes

* Fixes black and isort compat
This commit is contained in:
Nikita Sobolev
2021-07-04 16:16:43 +03:00
committed by GitHub
parent 552f2ffc0c
commit d5e45db79b
288 changed files with 1158 additions and 1201 deletions
@@ -1,4 +1,4 @@
from typing import Callable, TypeVar, Any
from typing import Any, Callable, TypeVar
_F = TypeVar("_F", bound=Callable[..., Any])
+1 -1
View File
@@ -1,4 +1,4 @@
from typing import Callable, TypeVar, Any
from typing import Any, Callable, TypeVar
_C = TypeVar("_C", bound=Callable[..., Any])