File tree Expand file tree Collapse file tree 2 files changed +4
-7
lines changed Expand file tree Collapse file tree 2 files changed +4
-7
lines changed Original file line number Diff line number Diff line change 77    - id : check-yaml 
88    - id : check-toml 
99    - id : check-added-large-files 
10- -   repo : https://github.com/psf/black 
11-     rev : 23.12.1 
12-     hooks :
13-     - id : black 
1410-   repo : https://github.com/pre-commit/mirrors-isort 
1511    rev : v5.10.1 
1612    hooks :
1713    - id : isort 
1814      additional_dependencies : [toml] 
1915-   repo : https://github.com/pre-commit/mirrors-mypy 
20-     rev : v1.8 .0 
16+     rev : v1.9 .0 
2117    hooks :
2218    -   id : mypy 
2319        additional_dependencies : [types-requests] 
2420-   repo : https://github.com/charliermarsh/ruff-pre-commit 
25-     rev : ' v0.1.13 ' 
21+     rev : ' v0.3.2 ' 
2622    hooks :
2723        - id : ruff 
24+         - id : ruff-format 
Original file line number Diff line number Diff line change @@ -26,7 +26,7 @@ pytest-socket = "^0.7.0"
2626vcrpy  = " ^6.0.1" 
2727
2828[tool .ruff ]
29- ignore  = [" E501" 
29+ lint. ignore" E501" 
3030
3131[tool .isort ]
3232profile  = " black" 
 
 
   
 
     
   
   
          
    
    
     
    
      
     
     
    You can’t perform that action at this time.
  
 
    
  
    
      
        
     
       
      
     
   
 
    
    
  
 
  
 
     
    
0 commit comments