File tree Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Original file line number Diff line number Diff line change 33
44repos :
55  - repo : https://github.com/pre-commit/pre-commit-hooks 
6-     rev : v4.5 .0
6+     rev : v6.0 .0
77    hooks :
88      - id : trailing-whitespace 
99      - id : end-of-file-fixer 
1010  - repo : https://github.com/astral-sh/ruff-pre-commit 
11-     rev : " v0.1.6 " 
11+     rev : " v0.12.8 " 
1212    hooks :
1313      - id : ruff 
1414        args : ["--fix"] 
1515  - repo : https://github.com/psf/black 
16-     rev : 23.11 .0
16+     rev : 25.1 .0
1717    hooks :
1818      - id : black 
1919        args : [--safe, --quiet] 
2626        types : [python] 
2727        args : ["-rn", "-sn", "--fail-on=I"] 
2828  - repo : https://github.com/pre-commit/mirrors-mypy 
29-     rev : v1.7 .1 
29+     rev : v1.17 .1 
3030    hooks :
3131      - id : mypy 
3232        name : mypy 
@@ -36,12 +36,12 @@ repos:
3636        args : [] 
3737        require_serial : true 
3838  - repo : https://github.com/pre-commit/mirrors-prettier 
39-     rev : v3.1.0 
39+     rev : v4.0.0-alpha.8 
4040    hooks :
4141      - id : prettier 
4242        args : [--prose-wrap=always, --print-width=88] 
4343  - repo : https://github.com/DanielNoord/pydocstringformatter 
44-     rev : v0.7.3  
44+     rev : v0.7.5  
4545    hooks :
4646      - id : pydocstringformatter 
4747        args : ["--max-summary-lines=2", "--linewrap-full-docstring"] 
 
 
   
 
     
   
   
          
    
    
     
    
      
     
     
    You can’t perform that action at this time.
  
 
    
  
    
      
        
     
       
      
     
   
 
    
    
  
 
  
 
     
    
0 commit comments