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 88    hooks :
99      - id : check-pre-commit-ci-config 
1010  - repo : https://github.com/astral-sh/ruff-pre-commit 
11-     rev : v0.9.1  
11+     rev : v0.11.2  
1212    hooks :
1313      - id : ruff 
1414        args : ['--fix', '--exit-non-zero-on-fix'] 
@@ -37,17 +37,17 @@ repos:
3737          - toml 
3838          - tomli 
3939  - repo : https://github.com/PyCQA/isort 
40-     rev : 5.13.2 
40+     rev : 6.0.1 
4141    hooks :
4242      - id : isort 
4343        additional_dependencies :
4444          - tomli 
4545  - repo : https://github.com/psf/black 
46-     rev : 24.10 .0
46+     rev : 25.1 .0
4747    hooks :
4848      - id : black 
4949  - repo : https://github.com/pre-commit/mirrors-mypy 
50-     rev : v1.14.1  
50+     rev : v1.15.0  
5151    hooks :
5252      - id : mypy 
5353        #  warn-unused-ignores is unsafe with pre-commit, see
@@ -67,12 +67,12 @@ repos:
6767          - types-requests 
6868          - typing-extensions 
6969  - repo : https://github.com/PyCQA/flake8 
70-     rev : 7.1.1  
70+     rev : 7.1.2  
7171    hooks :
7272      - id : flake8 
7373        additional_dependencies : *flake8deps 
7474  - repo : https://github.com/PyCQA/pylint 
75-     rev : v3.3.3  
75+     rev : v3.3.6  
7676    hooks :
7777      - id : pylint 
7878        args : [ 
8484        additional_dependencies :
8585          - tomli 
8686  - repo : https://github.com/PyCQA/bandit 
87-     rev : 1.8.2  
87+     rev : 1.8.3  
8888    hooks :
8989      - id : bandit 
9090        language_version : python3 
    
 
   
 
     
   
   
          
     
  
    
     
 
    
      
     
 
     
    You can’t perform that action at this time.
  
 
    
  
     
    
      
        
     
 
       
      
     
   
 
    
    
  
 
  
 
     
    
0 commit comments