mirror of
https://github.com/davidhalter/django-stubs.git
synced 2026-01-02 09:33:25 +08:00
Add end-of-file-fixer hook to pre-commit (#668)
This commit is contained in:
@@ -25,4 +25,3 @@
|
||||
@non_atomic_requests
|
||||
def view_func(request: HttpRequest, arg: str) -> HttpResponse: ...
|
||||
reveal_type(view_func) # N: Revealed type is "def (request: django.http.request.HttpRequest, arg: builtins.str) -> django.http.response.HttpResponse"
|
||||
|
||||
|
||||
Reference in New Issue
Block a user