File tree Expand file tree Collapse file tree 1 file changed +11
-11
lines changed Expand file tree Collapse file tree 1 file changed +11
-11
lines changed Original file line number Diff line number Diff line change @@ -4,15 +4,15 @@ default_language_version:
44  python : python3.11 
55repos :
66  - repo : https://github.com/asottile/add-trailing-comma.git 
7-     rev : v3.1 .0
7+     rev : v4.0 .0
88    hooks :
99      - id : add-trailing-comma 
1010        args :
1111          - --py36-plus 
1212        stages : ["manual"] 
1313
1414  - repo : https://github.com/PyCQA/isort 
15-     rev : 5.13.2 
15+     rev : 7.0.0 
1616    hooks :
1717      - id : isort 
1818        name : Sort import statements using isort 
@@ -44,14 +44,14 @@ repos:
4444          - prettier 
4545          - prettier-plugin-toml 
4646
47-   - repo : https://github.com/psf/black.git  
48-     rev : 24.3 .0
47+   - repo : https://github.com/psf/black-pre-commit-mirror  
48+     rev : 25.9 .0
4949    hooks :
5050      - id : black 
5151        language_version : python3 
5252
5353  - repo : https://github.com/streetsidesoftware/cspell-cli 
54-     rev : v8.6.1 
54+     rev : v9.2.0 
5555    hooks :
5656      - id : cspell 
5757        name : Spell check with cspell 
6262      - id : remove-tabs 
6363
6464  - repo : https://github.com/pre-commit/pre-commit-hooks.git 
65-     rev : v4.5 .0
65+     rev : v6.0 .0
6666    hooks :
6767      #  Side-effects:
6868      - id : trailing-whitespace 
@@ -82,20 +82,20 @@ repos:
8282      - id : debug-statements 
8383
8484  - repo : https://github.com/codespell-project/codespell 
85-     rev : v2.2.6  
85+     rev : v2.4.1  
8686    hooks :
8787      - id : codespell 
8888
8989  - repo : https://github.com/adrienverge/yamllint.git 
90-     rev : v1.35 .1 
90+     rev : v1.37 .1 
9191    hooks :
9292      - id : yamllint 
9393        args :
9494          - --strict 
9595        types : [file, yaml] 
9696
9797  - repo : https://github.com/PyCQA/flake8.git 
98-     rev : 5.0.4 
98+     rev : 7.3.0 
9999    hooks :
100100      - id : flake8 
101101        alias : flake8 
@@ -107,7 +107,7 @@ repos:
107107          - flake8-docstrings  #  uses pydocstyle
108108
109109  - repo : https://github.com/pre-commit/mirrors-mypy.git 
110-     rev : v1.9.0  
110+     rev : v1.18.2  
111111    hooks :
112112      - id : mypy 
113113        alias : mypy-py311 
@@ -121,7 +121,7 @@ repos:
121121        pass_filenames : false 
122122
123123  - repo : https://github.com/pycqa/pylint.git 
124-     rev : v3.1.0 
124+     rev : v4.0.2 
125125    hooks :
126126      - id : pylint 
127127        args :
 
 
   
 
     
   
   
          
    
    
     
    
      
     
     
    You can’t perform that action at this time.
  
 
    
  
    
      
        
     
       
      
     
   
 
    
    
  
 
  
 
     
    
0 commit comments