Run pre-commit on all files
Running pre-commit on all files after replacing reorder-python-imports by isort.
This commit is contained in:
@@ -779,8 +779,7 @@ def raises(
|
||||
expected_exception: Union[Type[E], Tuple[Type[E], ...]],
|
||||
*,
|
||||
match: Optional[Union[str, Pattern[str]]] = ...,
|
||||
) -> "RaisesContext[E]":
|
||||
...
|
||||
) -> "RaisesContext[E]": ...
|
||||
|
||||
|
||||
@overload
|
||||
@@ -789,8 +788,7 @@ def raises( # noqa: F811
|
||||
func: Callable[..., Any],
|
||||
*args: Any,
|
||||
**kwargs: Any,
|
||||
) -> _pytest._code.ExceptionInfo[E]:
|
||||
...
|
||||
) -> _pytest._code.ExceptionInfo[E]: ...
|
||||
|
||||
|
||||
def raises( # noqa: F811
|
||||
|
||||
Reference in New Issue
Block a user