mirror of
https://github.com/davidhalter/django-stubs.git
synced 2025-12-18 09:56:00 +08:00
run black over stubs, add checking to travis
This commit is contained in:
@@ -5,9 +5,5 @@ from django.core.checks.messages import Warning
|
||||
W003: Any
|
||||
W016: Any
|
||||
|
||||
def check_csrf_middleware(
|
||||
app_configs: None, **kwargs: Any
|
||||
) -> List[Warning]: ...
|
||||
def check_csrf_cookie_secure(
|
||||
app_configs: None, **kwargs: Any
|
||||
) -> List[Warning]: ...
|
||||
def check_csrf_middleware(app_configs: None, **kwargs: Any) -> List[Warning]: ...
|
||||
def check_csrf_cookie_secure(app_configs: None, **kwargs: Any) -> List[Warning]: ...
|
||||
|
||||
Reference in New Issue
Block a user