File tree Expand file tree Collapse file tree 2 files changed +6
-6
lines changed Expand file tree Collapse file tree 2 files changed +6
-6
lines changed Original file line number Diff line number Diff line change 11exclude : ^(poetry.lock|.idea/) 
22repos :
33  - repo : https://github.com/astral-sh/ruff-pre-commit 
4-     rev : " v0.4.8 " 
4+     rev : " v0.12.4 " 
55    hooks :
66      - id : ruff 
77        args : [--fix, --exit-non-zero-on-fix] 
88      - id : ruff-format 
99
1010  - repo : https://github.com/pre-commit/pre-commit-hooks 
11-     rev : v4.6 .0
11+     rev : v5.0 .0
1212    hooks :
1313      - id : check-added-large-files 
1414      - id : check-case-conflict 
@@ -32,18 +32,18 @@ repos:
3232        exclude : \.(html|svg)$ 
3333
3434  - repo : https://github.com/fredrikaverpil/creosote.git 
35-     rev : v3 .0.1 
35+     rev : v4 .0.3 
3636    hooks :
3737      - id : creosote 
3838
3939  - repo : https://github.com/codespell-project/codespell 
40-     rev : v2.3.0  
40+     rev : v2.4.1  
4141    hooks :
4242      - id : codespell 
4343        additional_dependencies :
4444          - tomli 
4545
4646  - repo : https://github.com/RobertCraigie/pyright-python 
47-     rev : v1.1.366  
47+     rev : v1.1.403  
4848    hooks :
4949      - id : pyright 
Original file line number Diff line number Diff line change @@ -86,7 +86,7 @@ def check_and_install_poetry():
8686    global  POETRY_BIN 
8787    if  not  POETRY_BIN :
8888        print ("poetry not found. Installing..." )
89-         run (
89+         run (   # noqa: S604 
9090            "curl -sSL https://install.python-poetry.org | python3 -" ,
9191            shell = True ,  # noqa: S604 
9292        )
 
 
   
 
     
   
   
          
    
    
     
    
      
     
     
    You can’t perform that action at this time.
  
 
    
  
    
      
        
     
       
      
     
   
 
    
    
  
 
  
 
     
    
0 commit comments