File tree 2 files changed +3
-3
lines changed 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -5,7 +5,7 @@ flake8-bugbear==22.7.1 # must match .pre-commit-config.yaml
5
5
flake8-noqa==1.2.9 # must match .pre-commit-config.yaml
6
6
flake8-pyi==22.8.2 # must match .pre-commit-config.yaml
7
7
isort==5.10.1 # must match .pre-commit-config.yaml
8
- mypy==0.981
8
+ mypy==0.982
9
9
packaging==21.3
10
10
pathspec
11
11
pycln==2.1.1 # must match .pre-commit-config.yaml
Original file line number Diff line number Diff line change @@ -1951,7 +1951,7 @@ if sys.version_info >= (3, 11):
1951
1951
@overload
1952
1952
def subgroup (self : Self , __condition : Callable [[_BaseExceptionT_co ], bool ]) -> Self | None : ...
1953
1953
@overload
1954
- def split ( # type: ignore[misc] # complaints about overlapping overloads
1954
+ def split (
1955
1955
self : Self , __condition : type [_BaseExceptionT ] | tuple [type [_BaseExceptionT ], ...]
1956
1956
) -> tuple [BaseExceptionGroup [_BaseExceptionT ] | None , Self | None ]: ...
1957
1957
@overload
@@ -1971,7 +1971,7 @@ if sys.version_info >= (3, 11):
1971
1971
@overload
1972
1972
def subgroup (self : Self , __condition : Callable [[_ExceptionT_co ], bool ]) -> Self | None : ...
1973
1973
@overload # type: ignore[override]
1974
- def split ( # type: ignore[misc] # complaints about overlapping overloads
1974
+ def split (
1975
1975
self : Self , __condition : type [_ExceptionT ] | tuple [type [_ExceptionT ], ...]
1976
1976
) -> tuple [ExceptionGroup [_ExceptionT ] | None , Self | None ]: ...
1977
1977
@overload
You can’t perform that action at this time.
0 commit comments