We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 448c4bb commit 343f4f4Copy full SHA for 343f4f4
stubs/gunicorn/gunicorn/config.pyi
@@ -184,7 +184,7 @@ def validate_class(val: object) -> object: ...
184
def validate_callable(arity: int) -> Callable[[str | _HookType], _HookType]: ...
185
def validate_user(val: int | str | None) -> int: ...
186
def validate_group(val: int | str | None) -> int: ...
187
-def validate_post_request(val: str | _ValidatorType) -> _PostRequestHookType: ...
+def validate_post_request(val: str | _HookType) -> _PostRequestHookType: ...
188
def validate_chdir(val: str) -> str: ...
189
@overload
190
def validate_statsd_address(val: str) -> _AddressType: ...
0 commit comments