File tree Expand file tree Collapse file tree 1 file changed +7
-7
lines changed Expand file tree Collapse file tree 1 file changed +7
-7
lines changed Original file line number Diff line number Diff line change 66
77repos :
88  - repo : " https://github.com/python-jsonschema/check-jsonschema" 
9-     rev : " 0.28.6 " 
9+     rev : " 0.32.1 " 
1010    hooks :
1111      - id : " check-github-workflows" 
1212      #  TODO: Re-enable. The checker and the docs say `build.tools` is
@@ -16,20 +16,20 @@ repos:
1616      #  - id: "check-readthedocs"
1717
1818  - repo : https://github.com/psf/black-pre-commit-mirror 
19-     rev : " 24.4.2 " 
19+     rev : " 25.1.0 " 
2020    hooks :
2121      #  With notebook support:
2222      #  - id: black-jupyter
2323      - id : black 
2424
2525  - repo : https://github.com/asottile/blacken-docs 
26-     rev : " 1.18.0 " 
26+     rev : " 1.19.1 " 
2727    hooks :
2828      - id : blacken-docs 
2929        additional_dependencies : [black==23.9.1] 
3030
3131  - repo : https://github.com/pre-commit/pre-commit-hooks 
32-     rev : " v4.6 .0" 
32+     rev : " v5.0 .0" 
3333    hooks :
3434      - id : check-added-large-files 
3535      - id : check-case-conflict 
5353      - id : rst-inline-touching-normal 
5454
5555  - repo : " https://github.com/rbubley/mirrors-prettier" 
56-     rev : " v3.3.2 " 
56+     rev : " v3.5.3 " 
5757    hooks :
5858      - id : prettier 
5959        types_or : [json] 
6262        args : [--prose-wrap=always] 
6363
6464  - repo : https://github.com/astral-sh/ruff-pre-commit 
65-     rev : " v0.5.0 " 
65+     rev : " v0.11.4 " 
6666    hooks :
6767      - id : ruff 
6868        args : ["--fix", "--show-fixes", "--exit-non-zero-on-fix"] 
8080
8181  #  TODO: Configure in pyproject.toml
8282  - repo : https://github.com/codespell-project/codespell 
83-     rev : " v2.3.0 " 
83+     rev : " v2.4.1 " 
8484    hooks :
8585      - id : codespell 
8686        exclude : > 
 
 
   
 
     
   
   
          
    
    
     
    
      
     
     
    You can’t perform that action at this time.
  
 
    
  
    
      
        
     
       
      
     
   
 
    
    
  
 
  
 
     
    
0 commit comments