File tree Expand file tree Collapse file tree 1 file changed +10
-10
lines changed Expand file tree Collapse file tree 1 file changed +10
-10
lines changed Original file line number Diff line number Diff line change 11---
22repos :
3-   - repo : https://github.com/charliermarsh /ruff-pre-commit 
4-     rev : " v0.0.261 " 
3+   - repo : https://github.com/astral-sh /ruff-pre-commit 
4+     rev : " v0.12.5 " 
55    hooks :
66      - id : ruff 
77        args :
88          - " --fix" 
99          - " --exit-non-zero-on-fix" 
1010
1111  - repo : https://github.com/pre-commit/mirrors-prettier 
12-     rev : " v3 .0.0-alpha.6 " 
12+     rev : " v4 .0.0-alpha.8 " 
1313    hooks :
1414      - id : prettier 
1515        additional_dependencies :
1616          - prettier 
1717          - prettier-plugin-toml 
1818
1919  - repo : https://github.com/psf/black 
20-     rev : 23.3 .0
20+     rev : 25.1 .0
2121    hooks :
2222      - id : black 
2323
2424  - repo : https://github.com/streetsidesoftware/cspell-cli 
25-     rev : v6.31 .0
25+     rev : v9.2 .0
2626    hooks :
2727      - id : cspell 
2828        name : Spell check with cspell 
2929
3030  - repo : https://github.com/Lucas-C/pre-commit-hooks 
31-     rev : v1.4.2  
31+     rev : v1.5.5  
3232    hooks :
3333      - id : remove-tabs 
3434
3535  - repo : https://github.com/pre-commit/pre-commit-hooks 
36-     rev : v4.4 .0
36+     rev : v5.0 .0
3737    hooks :
3838      - id : check-merge-conflict 
3939      - id : check-symlinks 
@@ -44,12 +44,12 @@ repos:
4444      - id : trailing-whitespace 
4545
4646  - repo : https://github.com/codespell-project/codespell 
47-     rev : v2.2.4  
47+     rev : v2.4.1  
4848    hooks :
4949      - id : codespell 
5050
5151  - repo : https://github.com/adrienverge/yamllint 
52-     rev : v1.30.0  
52+     rev : v1.37.1  
5353    hooks :
5454      - id : yamllint 
5555        args :
6262      - id : darglint 
6363
6464  - repo : https://github.com/pycqa/pylint 
65-     rev : v2.17.1 
65+     rev : v3.3.7 
6666    hooks :
6767      - id : pylint 
6868        additional_dependencies :
    
 
   
 
     
   
   
          
     
  
    
     
 
    
      
     
 
     
    You can’t perform that action at this time.
  
 
    
  
     
    
      
        
     
 
       
      
     
   
 
    
    
  
 
  
 
     
    
0 commit comments