File tree Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change 66
77repos :
88  - repo : https://github.com/pre-commit/pre-commit-hooks 
9-     rev : v4.5 .0
9+     rev : v5.0 .0
1010    hooks :
1111      - id : end-of-file-fixer 
1212      - id : trailing-whitespace 
@@ -25,28 +25,28 @@ repos:
2525  #       args: [--in-place, --wrap-summaries=120, --wrap-descriptions=120]
2626
2727  - repo : https://github.com/codespell-project/codespell 
28-     rev : v2.2.6  
28+     rev : v2.4.1  
2929    hooks :
3030      - id : codespell 
3131        additional_dependencies : [tomli] 
3232        # args: ["--write-changes"] # uncomment if you want to get automatic fixing
3333
3434  - repo : https://github.com/psf/black 
35-     rev : 23.12.1 
35+     rev : 25.1.0 
3636    hooks :
3737      - id : black 
3838        name : Black code 
3939
4040  - repo : https://github.com/executablebooks/mdformat 
41-     rev : 0.7.17  
41+     rev : 0.7.22  
4242    hooks :
4343      - id : mdformat 
4444        additional_dependencies :
4545          - mdformat-gfm 
4646          - mdformat_frontmatter 
4747
4848  - repo : https://github.com/astral-sh/ruff-pre-commit 
49-     rev : v0.1.9  
49+     rev : v0.12.2  
5050    hooks :
5151        - id : ruff 
5252          args : ["--fix"] 
    
 
   
 
     
   
   
          
     
  
    
     
 
    
      
     
 
     
    You can’t perform that action at this time.
  
 
    
  
     
    
      
        
     
 
       
      
     
   
 
    
    
  
 
  
 
     
    
0 commit comments