File tree Expand file tree Collapse file tree 2 files changed +4
-9
lines changed Expand file tree Collapse file tree 2 files changed +4
-9
lines changed Original file line number Diff line number Diff line change 2525    -   id : python-no-log-warn 
2626    -   id : text-unicode-replacement-char 
2727-   repo : https://github.com/astral-sh/ruff-pre-commit 
28-     rev : v0.9.2  
28+     rev : v0.9.9  
2929    hooks :
3030      - id : ruff-format 
3131      - id : ruff 
3434    hooks :
3535    -   id : refurb 
3636-   repo : https://github.com/executablebooks/mdformat 
37-     rev : 0.7.21  
37+     rev : 0.7.22  
3838    hooks :
3939    -   id : mdformat 
4040        additional_dependencies : [ 
4444        ] 
4545        files : (README\.md) 
4646-   repo : https://github.com/executablebooks/mdformat 
47-     rev : 0.7.21  
47+     rev : 0.7.22  
4848    hooks :
4949    -   id : mdformat 
5050        additional_dependencies : [ 
5959    -   id : nbstripout 
6060        exclude : (docs) 
6161-   repo : https://github.com/crate-ci/typos 
62-     rev : dictgen-v0.3.1 
62+     rev : v1.30.0 
6363    hooks :
6464    -   id : typos 
6565        exclude : (\.ipynb) 
Original file line number Diff line number Diff line change @@ -473,11 +473,6 @@ def helper():
473473@pytest .mark .end_to_end  
474474@pytest .mark .skipif (not  IS_PEXPECT_INSTALLED , reason = "pexpect is not installed." ) 
475475@pytest .mark .skipif (sys .platform  ==  "win32" , reason = "pexpect cannot spawn on Windows." ) 
476- @pytest .mark .xfail ( 
477-     condition = sys .version_info  >=  (3 , 13 ) and  sys .platform  ==  "darwin" , 
478-     reason = "Can't debug since the debugger hangs." , 
479-     strict = True , 
480- ) 
481476def  test_set_trace_is_returned_after_pytask_finishes (tmp_path ):
482477    """Motivates unconfiguring of pdb.set_trace.""" 
483478    source  =  f""" 
    
 
   
 
     
   
   
          
     
  
    
     
 
    
      
     
 
     
    You can’t perform that action at this time.
  
 
    
  
     
    
      
        
     
 
       
      
     
   
 
    
    
  
 
  
 
     
    
0 commit comments