File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -439,7 +439,7 @@ def do(self) -> None:
439439 import _sitebuiltins
440440
441441 with self .reader .suspend ():
442- self .reader .msg = _sitebuiltins ._Helper ()() # type: ignore[assignment, call-arg ]
442+ self .reader .msg = _sitebuiltins ._Helper ()() # type: ignore[assignment]
443443
444444
445445class invalid_key (Command ):
Original file line number Diff line number Diff line change @@ -40,7 +40,7 @@ def setup_process() -> None:
4040 faulthandler .enable (all_threads = True , file = stderr_fd )
4141
4242 # Display the Python traceback on SIGALRM or SIGUSR1 signal
43- signals = []
43+ signals : list [ signal . Signals ] = []
4444 if hasattr (signal , 'SIGALRM' ):
4545 signals .append (signal .SIGALRM )
4646 if hasattr (signal , 'SIGUSR1' ):
Original file line number Diff line number Diff line change 11# Requirements file for external linters and checks we run on
22# Tools/clinic, Tools/cases_generator/, and Tools/peg_generator/ in CI
3- mypy == 1.13
3+ mypy == 1.15
44
55# needed for peg_generator:
66types-psutil == 6.0.0.20240901
You can’t perform that action at this time.
0 commit comments