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 @@ -2,7 +2,7 @@ default_language_version:
22  python : python3.11 
33repos :
44  - repo : https://github.com/pre-commit/pre-commit-hooks 
5-     rev : v4.6 .0
5+     rev : v6.0 .0
66    hooks :
77      - id : check-case-conflict 
88      - id : check-docstring-first 
@@ -37,14 +37,14 @@ repos:
3737            " --remove-duplicate-keys" , 
3838          ] 
3939  - repo : https://github.com/pycqa/flake8 
40-     rev : 7.1 .0 
40+     rev : 7.3 .0 
4141    hooks :
4242      - id : flake8 
4343        additional_dependencies :
4444          - flake8-bugbear 
4545          - flake8-datetime-utcnow-plugin 
4646  - repo : https://github.com/asottile/pyupgrade 
47-     rev : v3.16 .0 
47+     rev : v3.20 .0 
4848    hooks :
4949      - id : pyupgrade 
5050        args :
@@ -54,11 +54,11 @@ repos:
5454    hooks :
5555      - id : check-hooks-apply 
5656  - repo : https://github.com/pycqa/isort 
57-     rev : 5.13.2 
57+     rev : 6.0.1 
5858    hooks :
5959      - id : isort 
6060  - repo : https://github.com/pycqa/bandit 
61-     rev : 1.7.9  
61+     rev : 1.8.6  
6262    hooks :
6363      - id : bandit 
6464        args :
6767          - " --exclude" 
6868          - " tests" 
6969  - repo : https://github.com/pycqa/bandit 
70-     rev : 1.7.9  
70+     rev : 1.8.6  
7171    hooks :
7272      - id : bandit 
7373        args :
7676          - " -lll" 
7777          - " tests" 
7878  - repo : https://github.com/psf/black 
79-     rev : 24.4.2 
79+     rev : 25.9.0 
8080    hooks :
8181      - id : black 
8282  - repo : https://github.com/pre-commit/pygrep-hooks 
 
 
   
 
     
   
   
          
    
    
     
    
      
     
     
    You can’t perform that action at this time.
  
 
    
  
    
      
        
     
       
      
     
   
 
    
    
  
 
  
 
     
    
0 commit comments