File tree Expand file tree Collapse file tree 1 file changed +8
-8
lines changed Expand file tree Collapse file tree 1 file changed +8
-8
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.5 .0
3+     rev : v5.0 .0
44    hooks :
55      - id : check-case-conflict 
66      - id : check-merge-conflict 
@@ -12,15 +12,15 @@ repos:
1212      - id : check-yaml 
1313      - id : requirements-txt-fixer 
1414  - repo : https://github.com/pre-commit/mirrors-prettier 
15-     rev : v4.0.0-alpha.4  
15+     rev : v4.0.0-alpha.8  
1616    hooks :
1717      - id : prettier 
1818  - repo : https://github.com/asottile/setup-cfg-fmt 
19-     rev : v2.5 .0 
19+     rev : v2.8 .0 
2020    hooks :
2121      - id : setup-cfg-fmt 
2222  - repo : https://github.com/asottile/pyupgrade 
23-     rev : v3.15.0  
23+     rev : v3.19.1  
2424    hooks :
2525      - id : pyupgrade 
2626        args : [--py37-plus] 
@@ -34,21 +34,21 @@ repos:
3434  # #      - isort
3535  # # === ##
3636  - repo : https://github.com/PyCQA/isort 
37-     rev : 5.13.0 
37+     rev : 6.0.1 
3838    hooks :
3939      - id : isort 
4040  - repo : https://github.com/psf/black 
41-     rev : 23.11 .0
41+     rev : 25.1 .0
4242    hooks :
4343      - id : black  #  black-jupyter
4444  # # >>> black and isort ##
4545  - repo : https://github.com/PyCQA/bandit 
46-     rev : 1.7.6  
46+     rev : 1.8.3  
4747    hooks :
4848      - id : bandit 
4949        args : [--recursive, --quiet] 
5050  - repo : https://github.com/PyCQA/flake8 
51-     rev : 6.1 .0
51+     rev : 7.2 .0
5252    hooks :
5353      - id : flake8  #  E***, W***, F***
5454        additional_dependencies :
    
 
   
 
     
   
   
          
     
  
    
     
 
    
      
     
 
     
    You can’t perform that action at this time.
  
 
    
  
     
    
      
        
     
 
       
      
     
   
 
    
    
  
 
  
 
     
    
0 commit comments