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 @@ -2,15 +2,15 @@ fail_fast: true
22repos :
33
44  - repo : https://github.com/asottile/pyupgrade 
5-     rev : v3.20 .0 
5+     rev : v3.21 .0 
66    hooks :
77      - id : pyupgrade 
88        args :
99          - --py38-plus 
1010          - --keep-runtime-typing 
1111
12-   - repo : https://github.com/ambv /black 
13-     rev : 25.1 .0 
12+   - repo : https://github.com/psf /black-pre-commit-mirror  
13+     rev : 25.9 .0 
1414    hooks :
1515      - id : black 
1616        language_version : python3.10 
2727  #       - id: validate-pyproject
2828
2929  - repo : https://github.com/pre-commit/mirrors-mypy 
30-     rev : v1.16.0  
30+     rev : v1.18.2  
3131    hooks :
3232      - id : mypy 
3333        verbose : true 
3636        # args: [ --strict ]
3737
3838  - repo : https://github.com/pycqa/flake8 
39-     rev : 7.2 .0  #  pick a git hash / tag to point to
39+     rev : 7.3 .0  #  pick a git hash / tag to point to
4040    hooks :
4141      - id : flake8  #  stop the build if there are Python syntax errors or undefined names
4242        additional_dependencies : [ flake8-docstrings ] 
8484  #           ]
8585
8686  - repo : https://github.com/pre-commit/pre-commit-hooks 
87-     rev : v5 .0.0 #  Use the ref you want to point at
87+     rev : v6 .0.0 #  Use the ref you want to point at
8888    hooks :
8989      - id : check-ast 
9090        name : check python ast 
 
 
   
 
     
   
   
          
    
    
     
    
      
     
     
    You can’t perform that action at this time.
  
 
    
  
    
      
        
     
       
      
     
   
 
    
    
  
 
  
 
     
    
0 commit comments