File tree Expand file tree Collapse file tree 2 files changed +46
-5
lines changed Expand file tree Collapse file tree 2 files changed +46
-5
lines changed Original file line number Diff line number Diff line change @@ -3,7 +3,7 @@ default_language_version:
33
44repos :
55-   repo : https://github.com/pre-commit/pre-commit-hooks 
6-     rev : v5 .0.0
6+     rev : v6 .0.0
77    hooks :
88    -   id : check-yaml 
99    -   id : end-of-file-fixer 
@@ -19,15 +19,15 @@ repos:
1919    hooks :
2020      - id : isort 
2121-   repo : https://github.com/PyCQA/flake8 
22-     rev : 7.1.2  
22+     rev : 7.3.0  
2323    hooks :
2424    - id : flake8 
2525-   repo : https://github.com/pylint-dev/pylint 
26-     rev : v3.3.6  
26+     rev : v3.3.8  
2727    hooks :
2828    - id : pylint 
2929-   repo : https://github.com/pre-commit/mirrors-mypy 
30-     rev : v1.15.0  
30+     rev : v1.17.1  
3131    hooks :
3232    - id : mypy 
3333      additional_dependencies :
3636            ' pydantic>=2.5.3' , 
3737        ] 
3838-   repo : https://github.com/PyCQA/bandit 
39-     rev : 1.8.3  
39+     rev : 1.8.6  
4040    hooks :
4141    -   id : bandit 
4242        args : [ 
Original file line number Diff line number Diff line change 1+ diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml 
2+ index f627ec1..4c92685 100644
3+ --- a/.pre-commit-config.yaml 
4+ +++ b/.pre-commit-config.yaml 
5+ @@ -3,7 +3,7 @@  default_language_version:
6+  
7+  repos:
8+  -   repo: https://github.com/pre-commit/pre-commit-hooks
9+ -     rev: v5.0.0
10+ +     rev: v6.0.0
11+      hooks:
12+      -   id: check-yaml
13+      -   id: end-of-file-fixer
14+ @@ -19,15 +19,15 @@  repos:
15+      hooks:
16+        - id: isort
17+  -   repo: https://github.com/PyCQA/flake8
18+ -     rev: 7.1.2
19+ +     rev: 7.3.0
20+      hooks:
21+      - id: flake8
22+  -   repo: https://github.com/pylint-dev/pylint
23+ -     rev: v3.3.6
24+ +     rev: v3.3.8
25+      hooks:
26+      - id: pylint
27+  -   repo: https://github.com/pre-commit/mirrors-mypy
28+ -     rev: v1.15.0
29+ +     rev: v1.17.1
30+      hooks:
31+      - id: mypy
32+        additional_dependencies:
33+ @@ -36,7 +36,7 @@  repos:
34+              'pydantic>=2.5.3',
35+          ]
36+  -   repo: https://github.com/PyCQA/bandit
37+ -     rev: 1.8.3
38+ +     rev: 1.8.6
39+      hooks:
40+      -   id: bandit
41+          args: [
 
 
   
 
     
   
   
          
    
    
     
    
      
     
     
    You can’t perform that action at this time.
  
 
    
  
    
      
        
     
       
      
     
   
 
    
    
  
 
  
 
     
    
0 commit comments