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 11---
22repos :
33  - repo : https://github.com/PyCQA/isort 
4-     rev : 5.13.2 
4+     rev : 6.0.0 
55    hooks :
66      - id : isort 
77        args : ["--filter-files"] 
1515          - prettier-plugin-toml 
1616
1717  - repo : https://github.com/psf/black 
18-     rev : 24.4.2 
18+     rev : 25.1.0 
1919    hooks :
2020      - id : black 
2121
2525      - id : remove-tabs 
2626
2727  - repo : https://github.com/pre-commit/pre-commit-hooks 
28-     rev : v4.6 .0
28+     rev : v5.0 .0
2929    hooks :
3030      - id : trailing-whitespace 
3131      - id : check-merge-conflict 
@@ -35,12 +35,12 @@ repos:
3535      - id : debug-statements 
3636
3737  - repo : https://github.com/codespell-project/codespell 
38-     rev : v2.3.0  
38+     rev : v2.4.1  
3939    hooks :
4040      - id : codespell 
4141
4242  - repo : https://github.com/pycqa/flake8 
43-     rev : 7.1.0  
43+     rev : 7.1.1  
4444    hooks :
4545      - id : flake8 
4646        additional_dependencies :
@@ -51,13 +51,13 @@ repos:
5151
5252  - repo : https://github.com/asottile/pyupgrade 
5353    #  keep it after flake8
54-     rev : v3.16.0  
54+     rev : v3.19.1  
5555    hooks :
5656      - id : pyupgrade 
5757        args : ["--py39-plus"] 
5858
5959  - repo : https://github.com/pre-commit/mirrors-mypy 
60-     rev : v1.10 .0 
60+     rev : v1.15 .0 
6161    hooks :
6262      - id : mypy 
6363        additional_dependencies :
6767          - types-requests 
6868
6969  - repo : https://github.com/pycqa/pylint 
70-     rev : v3.2.3  
70+     rev : v3.3.4  
7171    hooks :
7272      - id : pylint 
7373        additional_dependencies :
 
 
   
 
     
   
   
          
    
    
     
    
      
     
     
    You can’t perform that action at this time.
  
 
    
  
    
      
        
     
       
      
     
   
 
    
    
  
 
  
 
     
    
0 commit comments