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 11repos :
22  - repo : https://github.com/pre-commit/pre-commit-hooks 
3-     rev : v4.6 .0
3+     rev : v5.0 .0
44    hooks :
55      - id : check-docstring-first 
66      - id : check-yaml 
99      - id : requirements-txt-fixer 
1010      - id : trailing-whitespace 
1111  - repo : https://github.com/PyCQA/flake8 
12-     rev : 7.0.0  
12+     rev : 7.1.1  
1313    hooks :
1414      - id : flake8 
1515  - repo : https://github.com/asottile/reorder-python-imports 
16-     rev : v3.13 .0 
16+     rev : v3.14 .0 
1717    hooks :
1818      - id : reorder-python-imports 
1919        args : [--py37-plus, --add-import, "from __future__ import annotations"] 
2020  - repo : https://github.com/asottile/pyupgrade 
21-     rev : v3.16 .0 
21+     rev : v3.19 .0 
2222    hooks :
2323      - id : pyupgrade 
2424        args : [--py310-plus] 
2525  - repo : https://github.com/pre-commit/mirrors-mypy 
26-     rev : v1.10 .0 
26+     rev : v1.13 .0 
2727    hooks :
2828      - id : mypy 
2929        additional_dependencies : ["types-PyYAML", "types-python-dateutil"] 
3030  - repo : https://github.com/psf/black 
31-     rev : 24.4.2  
31+     rev : 24.10.0  
3232    hooks :
3333      - id : black 
3434        additional_dependencies : ["click==8.0.2"] 
    
 
   
 
     
   
   
          
     
  
    
     
 
    
      
     
 
     
    You can’t perform that action at this time.
  
 
    
  
     
    
      
        
     
 
       
      
     
   
 
    
    
  
 
  
 
     
    
0 commit comments